diff Makefile @ 32340:55ed87302666

cosmetics: alphabetical order for the DIRS list
author diego
date Sun, 03 Oct 2010 12:14:21 +0000
parents c64503cd8194
children 58232aeb3fdd
line wrap: on
line diff
--- a/Makefile	Sun Oct 03 12:13:14 2010 +0000
+++ b/Makefile	Sun Oct 03 12:14:21 2010 +0000
@@ -744,16 +744,6 @@
 INSTALL_TARGETS-$(MPLAYER)  += install-mplayer  install-mplayer-man
 
 DIRS =  . \
-        gui \
-        gui/mplayer \
-        gui/mplayer/gtk \
-        gui/skin \
-        gui/wm \
-        gui/win32 \
-        input \
-        libaf \
-        libao2 \
-        libass \
         ffmpeg/libavcodec \
         ffmpeg/libavcodec/alpha \
         ffmpeg/libavcodec/arm \
@@ -772,6 +762,23 @@
         ffmpeg/libavutil/sh4 \
         ffmpeg/libavutil/tomi \
         ffmpeg/libavutil/x86 \
+        ffmpeg/libpostproc \
+        ffmpeg/libswscale \
+        ffmpeg/libswscale/bfin \
+        ffmpeg/libswscale/mlib \
+        ffmpeg/libswscale/ppc \
+        ffmpeg/libswscale/sparc \
+        ffmpeg/libswscale/x86 \
+        gui \
+        gui/mplayer \
+        gui/mplayer/gtk \
+        gui/skin \
+        gui/wm \
+        gui/win32 \
+        input \
+        libaf \
+        libao2 \
+        libass \
         libdvdcss \
         libdvdnav \
         libdvdnav/vm \
@@ -782,13 +789,6 @@
         libmpcodecs/native \
         libmpdemux \
         libmpeg2 \
-        ffmpeg/libpostproc \
-        ffmpeg/libswscale \
-        ffmpeg/libswscale/bfin \
-        ffmpeg/libswscale/mlib \
-        ffmpeg/libswscale/ppc \
-        ffmpeg/libswscale/sparc \
-        ffmpeg/libswscale/x86 \
         libvo \
         loader \
         loader/dshow \