changeset 15785:1d4f60b08be1

split PARTS into multiple lines also
author henry
date Mon, 20 Jun 2005 14:35:00 +0000
parents 29c784e5b40b
children 99df5428882f
files Makefile
diffstat 1 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Jun 20 14:33:00 2005 +0000
+++ b/Makefile	Mon Jun 20 14:35:00 2005 +0000
@@ -144,7 +144,18 @@
 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