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