Commit 2e8ec72d authored by aurel's avatar aurel

cosmetics: some reordering

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10170 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 18354c48
...@@ -2019,17 +2019,17 @@ rm -f $TMPO $TMPC $TMPE $TMPS $TMPH ...@@ -2019,17 +2019,17 @@ rm -f $TMPO $TMPC $TMPE $TMPS $TMPH
if enabled source_path_used; then if enabled source_path_used; then
DIRS="\ DIRS="\
doc \ doc \
libavformat \
libavcodec \ libavcodec \
libavcodec/alpha \ libavcodec/alpha \
libavcodec/armv4l \ libavcodec/armv4l \
libavcodec/bfin \ libavcodec/bfin \
libavcodec/i386 \ libavcodec/i386 \
libavcodec/sparc \
libavcodec/mlib \ libavcodec/mlib \
libavcodec/ppc \ libavcodec/ppc \
libpostproc \ libavcodec/sparc \
libavformat \
libavutil \ libavutil \
libpostproc \
libswscale \ libswscale \
tests \ tests \
tools \ tools \
...@@ -2038,12 +2038,12 @@ if enabled source_path_used; then ...@@ -2038,12 +2038,12 @@ if enabled source_path_used; then
FILES="\ FILES="\
Makefile \ Makefile \
common.mak \ common.mak \
libavformat/Makefile \ doc/texi2pod.pl \
libavcodec/Makefile \ libavcodec/Makefile \
libpostproc/Makefile \ libavformat/Makefile \
libavutil/Makefile \ libavutil/Makefile \
libpostproc/Makefile \
libswscale/Makefile \ libswscale/Makefile \
doc/texi2pod.pl \
" "
for dir in $DIRS ; do for dir in $DIRS ; do
mkdir -p $dir mkdir -p $dir
......
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