From 92ef244d7c6d018f938a479ff3fc1312a1aea964 Mon Sep 17 00:00:00 2001 From: jbrjake Date: Wed, 15 Oct 2008 13:54:33 +0000 Subject: [PATCH] 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://localhost/HandBrake/trunk@1834 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Jamfile b/contrib/Jamfile index 7349677b..4cd10677 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 ; -- 2.11.0