[MPlayer-cvslog] CVS: main Makefile,1.323,1.324
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Mon Jun 20 16:35:02 CEST 2005
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv30256
Modified Files:
Makefile
Log Message:
split PARTS into multiple lines also
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -r1.323 -r1.324
--- Makefile 19 Jun 2005 22:52:55 -0000 1.323
+++ Makefile 20 Jun 2005 14:35:00 -0000 1.324
@@ -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
More information about the MPlayer-cvslog
mailing list