aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-11-29 14:56:03 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-11-29 14:56:03 +0000
commita382b927ed7f75784343df43dacfdd5c27110d7a (patch)
tree5819e91d1b973ca42aee398e221128ed8b028c1f /configure
parent6207ba95f3010bc884e0ce815281bb610d4f7818 (diff)
downloadffmpeg-a382b927ed7f75784343df43dacfdd5c27110d7a.tar.gz
fixed multidir compile
Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index c28eec2f71..85631c9332 100755
--- a/configure
+++ b/configure
@@ -678,9 +678,9 @@ echo "#define restrict $_restrict" >> $TMPH
# build tree in object directory if source path is different from current one
if test "$source_path_used" = "yes" ; then
- DIRS="libav libavcodec libavcodec/alpha libavcodec/armv4l libavcodec/i386 \
- libavcodec/ppc libavcodec/liba52 libavcodec/mlib tests"
- FILES="Makefile libav/Makefile libavcodec/Makefile tests/Makefile"
+ DIRS="libavformat libavcodec libavcodec/alpha libavcodec/armv4l libavcodec/i386 \
+ libavcodec/ppc libavcodec/liba52 libavcodec/mlib tests vhook"
+ FILES="Makefile libavformat/Makefile libavcodec/Makefile tests/Makefile vhook/Makefile"
for dir in $DIRS ; do
mkdir -p $dir
done