mirror of
https://github.com/mpv-player/mpv
synced 2025-03-08 07:08:12 +00:00
split PARTS into multiple lines also
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15786 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0ebddea83f
commit
fe557e19b7
13
Makefile
13
Makefile
@ -144,7 +144,18 @@ ifeq ($(FAAC),yes)
|
|||||||
CODEC_LIBS += $(FAAC_LIB)
|
CODEC_LIBS += $(FAAC_LIB)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PARTS = libmpdemux libmpcodecs libavcodec libavformat libao2 drivers osdep postproc input libvo libaf
|
PARTS = libmpdemux \
|
||||||
|
libmpcodecs \
|
||||||
|
libavcodec \
|
||||||
|
libavformat \
|
||||||
|
libao2 \
|
||||||
|
drivers \
|
||||||
|
osdep \
|
||||||
|
postproc \
|
||||||
|
input \
|
||||||
|
libvo \
|
||||||
|
libaf \
|
||||||
|
|
||||||
ifeq ($(MP3LIB),yes)
|
ifeq ($(MP3LIB),yes)
|
||||||
PARTS += mp3lib
|
PARTS += mp3lib
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user