summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2003-05-11 11:29:56 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-05-11 11:29:56 +0000
commit5f6b58def20b820b0765858738552ea55a88c2e0 (patch)
tree031c627c34ffd3cd8149c453c1475f3ed4e16e1a /configure
parent04431ca1c0db95251765973ba59622f7f57543b1 (diff)
makes configure create the libpostproc directory and
Makefile, when running outside of the source dir patch by (mru at users dot sourceforge dot net (Måns Rullgård)) Originally committed as revision 1854 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3aac719b2b..d5ab7cb0a9 100755
--- a/configure
+++ b/configure
@@ -912,8 +912,8 @@ 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="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"
+ libavcodec/ppc libavcodec/liba52 libavcodec/mlib libavcodec/libpostproc tests vhook"
+ FILES="Makefile libavformat/Makefile libavcodec/Makefile libavcodec/libpostproc/Makefile tests/Makefile vhook/Makefile"
for dir in $DIRS ; do
mkdir -p $dir
done