From 7ced27ae80133483e8d0cd64c76380aec9fafde8 Mon Sep 17 00:00:00 2001 From: johnallen Date: Sun, 14 Jan 2007 18:15:17 +0000 Subject: [PATCH] updated x264 to r618 removed (commented out) x264 patch from jamfile git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.7.3@112 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/Jamfile | 16 ++++++++-------- contrib/version_x264.txt | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/contrib/Jamfile b/contrib/Jamfile index 33e9c2e5b..1fc19f228 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -253,14 +253,14 @@ LibVorbisEnc $(SUBDIR)/lib/libvorbisenc.a : $(SUBDIR)/lib/libvorbis.a ; rule LibX264 { LIBX264_PATCH = "" ; - if $(OS) = MACOSX && $(OSPLAT) = X86 - { - LIBX264_PATCH = " patch -p1 < ../patch-x264-macintel.patch && " ; - } - else if $(OS) = CYGWIN - { - LIBX264_PATCH = " patch -p1 < ../patch-x264-cygwin.patch && " ; - } +# if $(OS) = MACOSX && $(OSPLAT) = X86 +# { +# LIBX264_PATCH = " patch -p1 < ../patch-x264-macintel.patch && " ; +# } +# else if $(OS) = CYGWIN +# { +# LIBX264_PATCH = " patch -p1 < ../patch-x264-cygwin.patch && " ; +# } Depends $(<) : $(>) ; Depends lib : $(<) ; } diff --git a/contrib/version_x264.txt b/contrib/version_x264.txt index eff0d42c3..b762a7a35 100644 --- a/contrib/version_x264.txt +++ b/contrib/version_x264.txt @@ -1 +1 @@ -http://download.handbrake.dynalias.com/contrib/x264-r604.tar.gz +http://download.handbrake.dynalias.com/contrib/x264-r618.tar.gz -- 2.40.0