Mercurial > mplayer.hg
diff Makefile @ 15785:1d4f60b08be1
split PARTS into multiple lines also
author | henry |
---|---|
date | Mon, 20 Jun 2005 14:35:00 +0000 |
parents | d3d30585a9d2 |
children | ad1c38d52803 |
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