updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / avbin-source / avbin-config.patch
blobf472515776204db0f97089d950ad695f6eb9620c
1 --- ffmpeg.configure.linux-x86-32.orig 2010-05-26 04:47:01.000000000 -0400
2 +++ ffmpeg.configure.linux-x86-32 2010-05-26 05:00:04.000000000 -0400
3 @@ -8,3 +8,4 @@
5 --enable-pthreads
6 --arch=i386
7 +--prefix=/usr
8 --- ffmpeg.configure.common.orig 2008-09-21 02:45:33.000000000 -0400
9 +++ ffmpeg.configure.common 2010-05-26 05:52:00.000000000 -0400
10 @@ -13,6 +13,4 @@
12 # These are usually disabled, but make sure
13 --disable-network
14 ---disable-ipv6
15 --disable-zlib
16 ---disable-vhook
17 --- build.sh.orig 2008-09-21 02:45:33.000000000 -0400
18 +++ build.sh 2010-05-26 06:04:15.000000000 -0400
19 @@ -39,10 +39,7 @@
20 common=`pwd`/ffmpeg.configure.common
22 pushd $FFMPEG
23 - if [ ! $REBUILD ]; then
24 - make distclean
25 - cat $config $common | egrep -v '^#' | xargs ./configure || exit 1
26 - fi
27 + cat $config $common | egrep -v '^#' | xargs ./configure || exit 1
28 make || exit 1
29 popd