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
574 B

15 years ago
diff -up x264-20100209/configure.nover x264-20100209/configure
--- x264-20100209/configure.nover 2010-02-09 21:33:25.000000000 +0100
+++ x264-20100209/configure 2010-02-09 22:20:35.000000000 +0100
@@ -103,7 +103,7 @@ die() {
exit 1
}
15 years ago
-rm -f config.h config.mak config.log x264.pc conftest*
+rm -f config.mak config.log x264.pc conftest*
prefix='/usr/local'
exec_prefix='${prefix}'
15 years ago
@@ -667,8 +667,6 @@ if [ "$shared" = "yes" ]; then
echo 'default: $(SONAME)' >> config.mak
fi
-./version.sh
-
pclibs="-L$libdir -lx264 $libpthread"
cat > x264.pc << EOF