summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-20 14:35:00 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-20 14:35:00 +0000
commitfe557e19b7886dfbef8337a8dccd7ed86b91cdfd (patch)
tree93e01a21f7704d26587a696e212b2f139c335f21 /Makefile
parent0ebddea83f6c68fb00cedbb5501581a39841cf18 (diff)
downloadmpv-fe557e19b7886dfbef8337a8dccd7ed86b91cdfd.tar.bz2
mpv-fe557e19b7886dfbef8337a8dccd7ed86b91cdfd.tar.xz
split PARTS into multiple lines also
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15786 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2bab2e442c..5aeda8314d 100644
--- a/Makefile
+++ b/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