[MPlayer-cvslog] r23091 - trunk/Makefile

diego subversion at mplayerhq.hu
Sun Apr 22 23:48:20 CEST 2007


Author: diego
Date: Sun Apr 22 23:48:20 2007
New Revision: 23091

Log:
cosmetics: Sort PARTS.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sun Apr 22 23:48:20 2007
@@ -112,31 +112,31 @@ INSTALL_TARGETS-$(MENCODER) += install-m
 INSTALL_TARGETS-$(GUI)      += install-gui
 INSTALL_TARGETS             += $(INSTALL_TARGETS-yes)
 
-PARTS = libmpdemux \
-        stream \
-        libmpcodecs \
-        libavutil \
-        libswscale \
-        libao2 \
-        osdep \
+PARTS = dvdread \
+        Gui \
         input \
-        libvo \
-        libaf \
         liba52 \
+        libaf \
+        libao2 \
+        libass \
         libavcodec \
         libavformat \
+        libavutil \
+        libdvdcss \
+        libfaad2 \
+        libmenu \
+        libmpcodecs \
+        libmpdemux \
+        libmpeg2 \
         libpostproc \
+        libswscale \
+        libvo \
         loader \
         mp3lib \
-        libmpeg2 \
-        libfaad2 \
+        osdep \
+        stream \
         tremor \
         vidix \
-        dvdread \
-        libdvdcss \
-        libass \
-        Gui \
-        libmenu \
 
 
 all:	$(ALL_PRG)



More information about the MPlayer-cvslog mailing list