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

22 lines
550 B

diff -up x264-20100116/configure.nover x264-20100116/configure
--- x264-20100116/configure.nover 2010-01-16 13:45:48.000000000 +0100
+++ x264-20100116/configure 2010-01-16 13:46:41.000000000 +0100
@@ -44,7 +44,7 @@ die() {
exit 1
}
-rm -f config.h config.mak x264.pc conftest*
+rm -f config.mak x264.pc conftest*
prefix='/usr/local'
exec_prefix='${prefix}'
@@ -560,8 +562,6 @@ if [ "$shared" = "yes" ]; then
echo 'default: $(SONAME)' >> config.mak
fi
-./version.sh
-
pclibs="-L$libdir -lx264 $libpthread"
cat > x264.pc << EOF