This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cosmetics: some reordering
Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs
18 years ago
parent
289a723ce3
commit
862a70f16b
1 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
configure
+ 6
- 6
configure
View File
@@ -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 \
lib
postproc
/Makefile \
lib
avformat
/Makefile \
libavutil/Makefile \
libpostproc/Makefile \
libswscale/Makefile \
doc/texi2pod.pl \
"
for dir in $DIRS ; do
mkdir -p $dir
Write
Preview
Loading…
Cancel
Save