summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Strasser <eclipse7@gmx.net>2005-08-06 13:19:54 +0000
committerAlexander Strasser <eclipse7@gmx.net>2005-08-06 13:19:54 +0000
commit5ac8eda525ae937900e06ecf245dc44b016e98a2 (patch)
tree0fd4a17ec8a373845158e836b8e4beadb332de95
parent31abdc45e0a8cc076a3752ece68983bbecb89cd8 (diff)
Make out of source dir build work again.
Patch originally from Justin Ruggles > jruggle ta earthlink tod net < and reordered by me to be more diff friendly. Originally committed as revision 4497 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index c00193c1ff..97f598f670 100755
--- a/configure
+++ b/configure
@@ -1619,10 +1619,11 @@ fi
if test "$source_path_used" = "yes" ; then
DIRS="doc libavformat libavcodec libavcodec/alpha libavcodec/armv4l \
libavcodec/i386 libavcodec/sparc libavcodec/mlib \
- libavcodec/ppc libavcodec/liba52 libavcodec/libpostproc tests vhook"
+ libavcodec/ppc libavcodec/liba52 libavcodec/libpostproc tests \
+ vhook libavutil"
FILES="Makefile libavformat/Makefile libavcodec/Makefile \
libavcodec/libpostproc/Makefile tests/Makefile vhook/Makefile \
- doc/Makefile doc/texi2pod.pl"
+ doc/Makefile doc/texi2pod.pl libavutil/Makefile"
for dir in $DIRS ; do
mkdir -p $dir
done