OSDN Git Service

Disabled the ffmpeg patch that don't work on current tarball.
authorprigaux <prigaux@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 5 Jan 2007 09:55:44 +0000 (09:55 +0000)
committerprigaux <prigaux@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 5 Jan 2007 09:55:44 +0000 (09:55 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@91 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/Jamfile

index 1cdc379..5df1489 100644 (file)
@@ -46,7 +46,8 @@ rule LibAvCodec
     if $(OS) = MACOSX && $(OSPLAT) = X86
     {
        FFMPEG_OPTIONS  = --enable-memalign-hack ;
-       FFMPEG_PATCH   += " && patch -p1 < ../patch-ffmpeg-macintel.patch" ;
+     # This patch simply don't apply correctly so don't try to do it
+     #  FFMPEG_PATCH   += " && patch -p1 < ../patch-ffmpeg-macintel.patch" ;
     }
     else if $(OS) = CYGWIN
     {