[MPlayer-cvslog] CVS: main/liba52 Makefile,1.13,1.14

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Mar 25 11:38:38 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/liba52
In directory mail:/var2/tmp/cvs-serv14477/liba52

Modified Files:
	Makefile 
Log Message:
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile	27 Jan 2006 00:06:37 -0000	1.13
+++ Makefile	25 Mar 2006 10:38:36 -0000	1.14
@@ -3,7 +3,15 @@
 
 include ../config.mak
 
-SRCS    = crc.c resample.c bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c
+SRCS    = crc.c \
+          resample.c \
+          bit_allocate.c \
+          bitstream.c \
+          downmix.c \
+          imdct.c \
+          imdct_mlib.c \
+          parse.c \
+
 OBJS	= $(SRCS:.c=.o)
 
 CFLAGS  = $(MLIB_INC) $(OPTFLAGS) -I..




More information about the MPlayer-cvslog mailing list