[MPlayer-cvslog] CVS: main/libmpeg2 Makefile,1.18,1.19
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sat Mar 25 11:38:39 CET 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpeg2
In directory mail:/var2/tmp/cvs-serv14477/libmpeg2
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/libmpeg2/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Makefile 27 Jan 2006 00:06:39 -0000 1.18
+++ Makefile 25 Mar 2006 10:38:36 -0000 1.19
@@ -3,7 +3,14 @@
include ../config.mak
-SRCS = alloc.c cpu_accel.c cpu_state.c decode.c header.c idct.c motion_comp.c slice.c
+SRCS = alloc.c \
+ cpu_accel.c\
+ cpu_state.c \
+ decode.c \
+ header.c \
+ idct.c \
+ motion_comp.c \
+ slice.c \
OBJS = $(SRCS:.c=.o)
INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC)
More information about the MPlayer-cvslog
mailing list