summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-08-23 11:02:35 +0000
committerMåns Rullgård <mans@mansr.com>2009-08-23 11:02:35 +0000
commit566ae9fbc293cd0969faec856933ef9bed794db1 (patch)
tree694ef28c7fafbeed871e64181c72cf9b943fbec4
parentb7c10b2a2b58c1164324d0ac0aea00a1e14b0d6a (diff)
configure: simplify directory creation for out of tree builds
Originally committed as revision 19684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure16
1 files changed, 3 insertions, 13 deletions
diff --git a/configure b/configure
index bb0b4b1398..d4ec71362c 100755
--- a/configure
+++ b/configure
@@ -2742,25 +2742,15 @@ if enabled source_path_used; then
DIRS="\
doc \
libavcodec \
- libavcodec/alpha \
- libavcodec/arm \
- libavcodec/bfin \
- libavcodec/mlib \
- libavcodec/ppc \
- libavcodec/sh4 \
- libavcodec/sparc \
- libavcodec/x86 \
+ libavcodec/$arch \
libavdevice \
libavfilter \
libavformat \
libavutil \
+ libavutil/$arch \
libpostproc \
libswscale \
- libswscale/bfin \
- libswscale/mlib \
- libswscale/ppc \
- libswscale/sparc \
- libswscale/x86 \
+ libswscale/$arch \
tests \
tools \
"