You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
x264/x264-nover.patch

13 lines
395 B

diff -up x264-20100620/configure.nover x264-20100620/configure
--- x264-20100620/configure.nover 2010-06-20 00:07:41.000000000 +0200
+++ x264-20100620/configure 2010-06-20 00:11:53.000000000 +0200
@@ -689,7 +689,7 @@ if [ "$shared" = "yes" ]; then
echo 'default: $(SONAME)' >> config.mak
fi
-./version.sh >> config.h
+cat version.h >> config.h
pclibs="-L$libdir -lx264 $libpthread"