Skip to content

Commit

Permalink
Bump faad2 and mp4v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Jul 23, 2019
1 parent 6b16138 commit a0ca7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ done

echo "travis_fold:start:mp4v2"
mkdir -p "$AACGAIN_ROOT/mp4v2" && cd "$AACGAIN_ROOT/mp4v2"
curl -L https://github.com/TechSmith/mp4v2/archive/2.1.0.tar.gz | tar xfz - --strip-components 1
curl -L https://github.com/TechSmith/mp4v2/archive/Release-ThirdParty-MP4v2-4.1.0.0.tar.gz | tar xfz - --strip-components 1
if [ $AACGAIN_BUILD -eq 1 ] ; then
./configure
make libmp4v2.la
Expand All @@ -25,7 +25,7 @@ echo "travis_fold:end:mp4v2"

echo "travis_fold:start:faad2"
mkdir -p "$AACGAIN_ROOT/faad2" && cd "$AACGAIN_ROOT/faad2"
curl -L https://downloads.sourceforge.net/faac/faad2-2.7.tar.bz2 | tar xfj - --strip-components 1
curl -L https://downloads.sourceforge.net/project/faac/faad2-src/faad2-2.8.0/faad2-2.8.6.tar.gz | tar xfz - --strip-components 1
if [ $AACGAIN_BUILD -eq 1 ] ; then
./configure
cd libfaad
Expand Down

0 comments on commit a0ca7a0

Please sign in to comment.