From: prigaux Date: Fri, 5 Jan 2007 09:55:44 +0000 (+0000) Subject: Disabled the ffmpeg patch that don't work on current tarball. X-Git-Tag: 0.8.0-beta.1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b7cabc528f7d745e90586de172e4a3ca613c755;p=handbrake Disabled the ffmpeg patch that don't work on current tarball. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@91 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/contrib/Jamfile b/contrib/Jamfile index 1cdc3793d..5df1489d8 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -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 {