diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-11-29 14:56:03 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-11-29 14:56:03 +0000 |
commit | a382b927ed7f75784343df43dacfdd5c27110d7a (patch) | |
tree | 5819e91d1b973ca42aee398e221128ed8b028c1f /configure | |
parent | 6207ba95f3010bc884e0ce815281bb610d4f7818 (diff) | |
download | ffmpeg-a382b927ed7f75784343df43dacfdd5c27110d7a.tar.gz |
fixed multidir compile
Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |