Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
8ae38378
Commit
8ae38378
authored
May 28, 2013
by
Felix Paul Kühne
Committed by
Jean-Baptiste Kempf
Jun 09, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extras/tools: use another gas-pp fork fixing mp1/2/3 decoding on iOS on ARM
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
aab20884
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
extras/tools/packages.mak
extras/tools/packages.mak
+2
-2
extras/tools/tools.mak
extras/tools/tools.mak
+2
-2
No files found.
extras/tools/packages.mak
View file @
8ae38378
...
...
@@ -32,8 +32,8 @@ XZ_URL=http://tukaani.org/xz/xz-$(XZ_VERSION).tar.bz2
OPENSSL_VERSION
=
1.0.0e
OPENSSL_URL
=
http://www.openssl.org/source/openssl-
$(OPENSSL_VERSION)
.tar.gz
GAS_URL
=
https://github.com/
mansr
/gas-preprocessor/tarball/master
GAS_VERSION
=
76a72f0
GAS_URL
=
https://github.com/
libav
/gas-preprocessor/tarball/master
GAS_VERSION
=
c76b628
RAGEL_VERSION
=
6.8
RAGEL_URL
=
http://www.complang.org/ragel/ragel-
$(RAGEL_VERSION)
.tar.gz
extras/tools/tools.mak
View file @
8ae38378
...
...
@@ -216,10 +216,10 @@ CLEAN_PKG += openssl
DISTCLEAN_PKG
+=
openssl-
$(OPENSSL_VERSION)
.tar.gz
# gas-preprocessor
mansr
-gas-preprocessor-$(GAS_VERSION).tar.gz
:
libav
-gas-preprocessor-$(GAS_VERSION).tar.gz
:
$(
call
download,
$(GAS_URL)
)
gas
:
mansr
-gas-preprocessor-$(GAS_VERSION).tar.gz
gas
:
libav
-gas-preprocessor-$(GAS_VERSION).tar.gz
$(UNPACK)
$(MOVE)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment