diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-22 21:48:20 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-22 21:48:20 +0000 |
commit | 8f9626479d3947ef5a6ec7202b57887b9ebd0894 (patch) | |
tree | 030d5af843266e16606477b83bf0bda82fceef9a | |
parent | b5aa994f1cefe892a65e317119431f1750232c33 (diff) |
cosmetics: Sort PARTS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23091 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -112,31 +112,31 @@ INSTALL_TARGETS-$(MENCODER) += install-mencoder install-mplayer-man 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) |