mirror of https://github.com/mpv-player/mpv
cosmetics: Sort PARTS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23091 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b5aa994f1c
commit
8f9626479d
32
Makefile
32
Makefile
|
@ -112,31 +112,31 @@ INSTALL_TARGETS-$(MENCODER) += install-mencoder install-mplayer-man
|
||||||
INSTALL_TARGETS-$(GUI) += install-gui
|
INSTALL_TARGETS-$(GUI) += install-gui
|
||||||
INSTALL_TARGETS += $(INSTALL_TARGETS-yes)
|
INSTALL_TARGETS += $(INSTALL_TARGETS-yes)
|
||||||
|
|
||||||
PARTS = libmpdemux \
|
PARTS = dvdread \
|
||||||
stream \
|
Gui \
|
||||||
libmpcodecs \
|
|
||||||
libavutil \
|
|
||||||
libswscale \
|
|
||||||
libao2 \
|
|
||||||
osdep \
|
|
||||||
input \
|
input \
|
||||||
libvo \
|
|
||||||
libaf \
|
|
||||||
liba52 \
|
liba52 \
|
||||||
|
libaf \
|
||||||
|
libao2 \
|
||||||
|
libass \
|
||||||
libavcodec \
|
libavcodec \
|
||||||
libavformat \
|
libavformat \
|
||||||
|
libavutil \
|
||||||
|
libdvdcss \
|
||||||
|
libfaad2 \
|
||||||
|
libmenu \
|
||||||
|
libmpcodecs \
|
||||||
|
libmpdemux \
|
||||||
|
libmpeg2 \
|
||||||
libpostproc \
|
libpostproc \
|
||||||
|
libswscale \
|
||||||
|
libvo \
|
||||||
loader \
|
loader \
|
||||||
mp3lib \
|
mp3lib \
|
||||||
libmpeg2 \
|
osdep \
|
||||||
libfaad2 \
|
stream \
|
||||||
tremor \
|
tremor \
|
||||||
vidix \
|
vidix \
|
||||||
dvdread \
|
|
||||||
libdvdcss \
|
|
||||||
libass \
|
|
||||||
Gui \
|
|
||||||
libmenu \
|
|
||||||
|
|
||||||
|
|
||||||
all: $(ALL_PRG)
|
all: $(ALL_PRG)
|
||||||
|
|
Loading…
Reference in New Issue