diff options
author | jbrjake <[email protected]> | 2008-10-15 23:44:38 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-10-15 23:44:38 +0000 |
commit | caad2988777bb1882ede66460edc252a04e40bd6 (patch) | |
tree | dff22018851ecb65533cb7824566149c2de208c0 /contrib | |
parent | 8079d10b0c22f7a7270828829286cb9947b8a99d (diff) |
Bumps libmp4v2 to r21, which fixes that include issue by folding the old 5.5G iPod UUID atom into the library, as well as a typing issue with Linux systems.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1836 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Jamfile | 4 | ||||
-rw-r--r-- | contrib/version_libmp4v2.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index 4cd106779..2758ad65e 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -268,8 +268,8 @@ actions LibMp4v2 { cd `dirname $(>)` && CONTRIB=`pwd` && rm -rf libmp4v2 && (gzip -dc libmp4v2.tar.gz | tar xf - ) && - cd mp4v2 && $(LIBMP4V2_PATCH) ./configure --prefix=$CONTRIB && - $(MAKE) && make install && cp *.h $CONTRIB/include && + cd libmp4v2 && $(LIBMP4V2_PATCH) ./configure --prefix=$CONTRIB && + $(MAKE) && make install && $(STRIP) $CONTRIB/lib/libmp4v2.a } Wget $(SUBDIR)/libmp4v2.tar.gz : $(SUBDIR)/version_libmp4v2.txt ; diff --git a/contrib/version_libmp4v2.txt b/contrib/version_libmp4v2.txt index 96563ff21..a274f0c64 100644 --- a/contrib/version_libmp4v2.txt +++ b/contrib/version_libmp4v2.txt @@ -1 +1 @@ -http://download.m0k.org/handbrake/contrib/libmp4v2-r19.tar.gz +http://download.m0k.org/handbrake/contrib/libmp4v2-r21.tar.gz |