[FFmpeg-cvslog] r19684 - trunk/configure
mru
subversion
Sun Aug 23 13:02:35 CEST 2009
Author: mru
Date: Sun Aug 23 13:02:35 2009
New Revision: 19684
Log:
configure: simplify directory creation for out of tree builds
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Aug 23 13:02:32 2009 (r19683)
+++ trunk/configure Sun Aug 23 13:02:35 2009 (r19684)
@@ -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 \
"
More information about the ffmpeg-cvslog
mailing list