From: Rafaël Carré Date: Tue, 25 Mar 2008 03:32:00 +0000 (+0100) Subject: svn repo of x264 is dead and buried X-Git-Tag: 0.9.0-test0~1899 X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=101a2f9c32347e2c256b329e83937813d44d6c33 svn repo of x264 is dead and buried --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 6289900a60..196fe0417b 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -1354,18 +1354,6 @@ endif else -ifdef SVN -x264: - $(SVN) co svn://svn.videolan.org/x264/trunk/ x264 - patch -p0 < Patches/x264-svn-info-threads.patch -ifdef HAVE_WIN32 - (cd x264; patch -p0 < ../Patches/x264-svn-win32.patch ) -endif -ifdef HAVE_DARWIN_OS - (cd $@; patch -p0 < ../Patches/x264-svn-darwin.patch ) -endif -else - x264: x264-$(X264_VERSION).tar.gz $(EXTRACT_GZ) ifdef HAVE_WIN32