]> granicus.if.org Git - handbrake/commitdiff
libmp4v2's r19 "make install" does not properly install all necessary header files...
authorjbrjake <jb.rubin@gmail.com>
Wed, 15 Oct 2008 13:54:33 +0000 (13:54 +0000)
committerjbrjake <jb.rubin@gmail.com>
Wed, 15 Oct 2008 13:54:33 +0000 (13:54 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1834 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/Jamfile

index 7349677b30acd77d371840e2642b3a812e597e52..4cd1067791bc8be10a28ba22f78f48d0639936a3 100644 (file)
@@ -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 ;