summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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