diff options
author | Aurelien Jacobs | 2007-08-21 15:52:50 +0000 |
---|---|---|
committer | Aurelien Jacobs | 2007-08-21 15:52:50 +0000 |
commit | 862a70f16bb474a33dff355410755ee2db3eabe6 (patch) | |
tree | a4a771030ec33ba1317fbb21b29e60a018f33214 /configure | |
parent | 289a723ce3d5aedc2ab1c697c379c3051f6686ad (diff) |
cosmetics: some reordering
Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |