summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-08-21 15:52:50 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-08-21 15:52:50 +0000
commit862a70f16bb474a33dff355410755ee2db3eabe6 (patch)
treea4a771030ec33ba1317fbb21b29e60a018f33214 /configure
parent289a723ce3d5aedc2ab1c697c379c3051f6686ad (diff)
cosmetics: some reordering
Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index c86c14af43..34ff958238 100755
--- a/configure
+++ b/configure
@@ -2019,17 +2019,17 @@ rm -f $TMPO $TMPC $TMPE $TMPS $TMPH
if enabled source_path_used; then
DIRS="\
doc \
- libavformat \
libavcodec \
libavcodec/alpha \
libavcodec/armv4l \
libavcodec/bfin \
libavcodec/i386 \
- libavcodec/sparc \
libavcodec/mlib \
libavcodec/ppc \
- libpostproc \
+ libavcodec/sparc \
+ libavformat \
libavutil \
+ libpostproc \
libswscale \
tests \
tools \
@@ -2038,12 +2038,12 @@ if enabled source_path_used; then
FILES="\
Makefile \
common.mak \
- libavformat/Makefile \
+ doc/texi2pod.pl \
libavcodec/Makefile \
- libpostproc/Makefile \
+ libavformat/Makefile \
libavutil/Makefile \
+ libpostproc/Makefile \
libswscale/Makefile \
- doc/texi2pod.pl \
"
for dir in $DIRS ; do
mkdir -p $dir