Fix out of tree builds after introduction of libavdevice.
authorDiego Biurrun <diego@biurrun.de>
Fri, 23 Nov 2007 12:02:41 +0000 (12:02 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 23 Nov 2007 12:02:41 +0000 (12:02 +0000)
Originally committed as revision 11084 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index cd03d4d..70e9e29 100755 (executable)
--- 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 \