]> git.sesse.net Git - vlc/commitdiff
svn repo of x264 is dead and buried
authorRafaël Carré <funman@videolan.org>
Tue, 25 Mar 2008 03:32:00 +0000 (04:32 +0100)
committerRafaël Carré <funman@videolan.org>
Tue, 25 Mar 2008 03:32:00 +0000 (04:32 +0100)
extras/contrib/src/Makefile

index 6289900a60d54c77782dcad2ae4627aad78a94f3..196fe0417b4d01accdf44d65ef5b7ac0fea50d31 100644 (file)
@@ -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