Commit f02e9483 authored by Sam Hocevar's avatar Sam Hocevar

* extras/contrib/src/Makefile: removed a nonexistent patch that I did not

    commit.
parent a1266366
......@@ -1134,14 +1134,10 @@ x264:
$(SVN) co svn://svn.videolan.org/x264/trunk/ x264
ifdef HAVE_WIN32
(cd x264; patch -p 0 < ../Patches/x264-svn-win32.patch )
else
ifdef HAVE_DARWIN_OS
(cd x264;patch -p 0 < ../Patches/x264-mactel-ugly.patch)
else
patch -p 0 < Patches/x264_svn.patch
rm x264/x264.c
endif
endif
else
x264-$(X264_VERSION).tar.gz:
$(WGET) $(X264_URL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment