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/Jamfile | |
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/Jamfile')
-rw-r--r-- | contrib/Jamfile | 4 |
1 files changed, 2 insertions, 2 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 ; |