Commit 75c99f07 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* do only check-out revision 501 of the x264 library, because 502 breaks the...

* do only check-out revision 501 of the x264 library, because 502 breaks the linkage of the x264-module on ppc-platforms
parent fb2e2f05
......@@ -1153,7 +1153,7 @@ CLEAN_PKG += libdca
ifdef SVN
x264:
$(SVN) co svn://svn.videolan.org/x264/trunk/ x264
$(SVN) co svn://svn.videolan.org/x264/trunk/ -r 501 x264
ifdef HAVE_WIN32
(cd x264; patch -p 0 < ../Patches/x264-svn-win32.patch )
endif
......
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