OSDN Git Service

libmp4v2's r19 "make install" does not properly install all necessary header files...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 15 Oct 2008 13:54:33 +0000 (13:54 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 15 Oct 2008 13:54:33 +0000 (13:54 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1834 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/Jamfile

index 7349677..4cd1067 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 ;