[SCM] libav/experimental: Fix out of tree builds after introduction of libavdevice.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:09:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 52a9cf3435420c1e0ab1b1528861b13c94a19230
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Nov 23 12:02:41 2007 +0000

    Fix out of tree builds after introduction of libavdevice.
    
    Originally committed as revision 11084 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index cd03d4d..70e9e29 100755
--- a/configure
+++ b/configure
@@ -1991,6 +1991,7 @@ if enabled source_path_used; then
         libavcodec/ppc    \
         libavcodec/sh4    \
         libavcodec/sparc  \
+        libavdevice       \
         libavformat       \
         libavutil         \
         libpostproc       \
@@ -2004,6 +2005,7 @@ if enabled source_path_used; then
         common.mak           \
         doc/texi2pod.pl      \
         libavcodec/Makefile  \
+        libavdevice/Makefile \
         libavformat/Makefile \
         libavutil/Makefile   \
         libpostproc/Makefile \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list