mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 13:21:13 +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)
|
||||
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)
|
||||
PARTS += mp3lib
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user