diff options
author | jbrjake <[email protected]> | 2008-10-15 13:54:33 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-10-15 13:54:33 +0000 |
commit | 5aab68603cb6b50a0a08c48497174f53ad771caf (patch) | |
tree | c0623ea77366cbcda240594756f87b999a9dd701 /contrib | |
parent | 36cfe6ff94ce0dc60184dec2740d2e5cf139f89b (diff) |
libmp4v2's r19 "make install" does not properly install all necessary header files, so here's a work-around until that's fixed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1834 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index 7349677b3..4cd106779 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -269,7 +269,7 @@ 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 && + $(MAKE) && make install && cp *.h $CONTRIB/include && $(STRIP) $CONTRIB/lib/libmp4v2.a } Wget $(SUBDIR)/libmp4v2.tar.gz : $(SUBDIR)/version_libmp4v2.txt ; |