summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprigaux <[email protected]>2007-01-05 09:55:44 +0000
committerprigaux <[email protected]>2007-01-05 09:55:44 +0000
commit5b7cabc528f7d745e90586de172e4a3ca613c755 (patch)
treebf72651ace02dae4dd635e841cea477aae14c310
parente322dc81a03f22dec0a48785df0c977b10aee82e (diff)
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
-rw-r--r--contrib/Jamfile3
1 files changed, 2 insertions, 1 deletions
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
{