mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 13:36:26 +08:00
configure: simplify directory creation for out of tree builds
Originally committed as revision 19684 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
16
configure
vendored
16
configure
vendored
@ -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 \
|
||||||
"
|
"
|
||||||
|
Reference in New Issue
Block a user