diff options
Diffstat (limited to 'multimedia/kino/files')
-rw-r--r-- | multimedia/kino/files/patch-configure.in | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/kino/files/patch-configure.in b/multimedia/kino/files/patch-configure.in index 9bbbf3b5c923..605439e305c6 100644 --- a/multimedia/kino/files/patch-configure.in +++ b/multimedia/kino/files/patch-configure.in @@ -1,5 +1,5 @@ ---- configure.in.orig 2007-12-10 07:13:36.000000000 +0100 -+++ configure.in 2008-01-09 00:07:34.000000000 +0100 +--- configure.in.orig 2008-02-24 07:12:40.000000000 +0100 ++++ configure.in 2008-03-09 19:32:24.000000000 +0100 @@ -40,32 +40,32 @@ AC_SUBST(LIBDV_CFLAGS) AC_SUBST(LIBDV_LIBS) @@ -55,22 +55,21 @@ # LIBIEC61883 AC_ARG_WITH(dv1394, AC_HELP_STRING([--with-dv1394],[Use dv1394 instead of libiec61883 for DV I/O (only if you must).])) -@@ -187,12 +187,12 @@ - tar -xzf ffmpeg-svn-r8218.tar.gz +@@ -187,11 +187,11 @@ + tar -xzf ffmpeg-svn-r12186.tar.gz fi if ! (test -f ffmpeg/config.mak) ; then - pushd ffmpeg + (cd ffmpeg - ./configure --disable-ffserver --disable-ffplay --disable-v4l \ - --disable-v4l2 --disable-dv1394 --disable-network --disable-zlib \ - --disable-vhook --build-suffix=-kino --enable-gpl --enable-swscaler \ + ./configure --disable-ffserver --disable-ffplay --disable-network --disable-zlib \ + --disable-vhook --build-suffix=-kino --enable-gpl --enable-swscaler --enable-pthreads \ --prefix="$prefix" - popd + ) fi fi ]) -@@ -342,8 +342,8 @@ +@@ -341,8 +341,8 @@ # This is a feature of the GNU libc that is documented at e.g. # http://www.gnu.org/software/libc/manual/html_node/Backtraces.html # ###################################################################### |