mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics: some reordering
Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
289a723ce3
commit
862a70f16b
16
configure
vendored
16
configure
vendored
@ -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 \
|
||||
libavcodec/Makefile \
|
||||
libpostproc/Makefile \
|
||||
libavutil/Makefile \
|
||||
libswscale/Makefile \
|
||||
doc/texi2pod.pl \
|
||||
libavcodec/Makefile \
|
||||
libavformat/Makefile \
|
||||
libavutil/Makefile \
|
||||
libpostproc/Makefile \
|
||||
libswscale/Makefile \
|
||||
"
|
||||
for dir in $DIRS ; do
|
||||
mkdir -p $dir
|
||||
|
Loading…
Reference in New Issue
Block a user