Commit 1a15a464 authored by michaelni's avatar michaelni

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))


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1854 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 029c9aed
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment