Commit 566ae9fb authored by Måns Rullgård's avatar Måns Rullgård

configure: simplify directory creation for out of tree builds

Originally committed as revision 19684 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b7c10b2a
...@@ -2742,25 +2742,15 @@ if enabled source_path_used; then ...@@ -2742,25 +2742,15 @@ if enabled source_path_used; then
DIRS="\ DIRS="\
doc \ doc \
libavcodec \ libavcodec \
libavcodec/alpha \ libavcodec/$arch \
libavcodec/arm \
libavcodec/bfin \
libavcodec/mlib \
libavcodec/ppc \
libavcodec/sh4 \
libavcodec/sparc \
libavcodec/x86 \
libavdevice \ libavdevice \
libavfilter \ libavfilter \
libavformat \ libavformat \
libavutil \ libavutil \
libavutil/$arch \
libpostproc \ libpostproc \
libswscale \ libswscale \
libswscale/bfin \ libswscale/$arch \
libswscale/mlib \
libswscale/ppc \
libswscale/sparc \
libswscale/x86 \
tests \ tests \
tools \ tools \
" "
......
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