From fe557e19b7886dfbef8337a8dccd7ed86b91cdfd Mon Sep 17 00:00:00 2001 From: henry Date: Mon, 20 Jun 2005 14:35:00 +0000 Subject: [PATCH] split PARTS into multiple lines also git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15786 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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