# HG changeset patch # User diego # Date 1286108061 0 # Node ID 55ed873026662249c9bfd400a99ac1bbf0600220 # Parent c64503cd8194d7709cb683b5e137e0e4ba5e8da7 cosmetics: alphabetical order for the DIRS list diff -r c64503cd8194 -r 55ed87302666 Makefile --- 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 \