[MPlayer-cvslog] CVS: main/TOOLS Makefile,1.9,1.10

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/TOOLS
In directory mail:/var2/tmp/cvs-serv14477/TOOLS

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/TOOLS/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile	25 Mar 2006 10:18:18 -0000	1.9
+++ Makefile	25 Mar 2006 10:38:36 -0000	1.10
@@ -26,7 +26,9 @@
 	$(CC) $< -o $@ -lpng
 
 subrip: subrip.c
-	$(CC) $(CFLAGS) -g -o $@ $< ../vobsub.o ../spudec.o ../mp_msg.o ../unrarlib.o ../postproc/swscale.o ../postproc/rgb2rgb.o ../postproc/yuv2rgb.o ../libmpcodecs/img_format.o -lm
+	$(CC) $(CFLAGS) -g -o $@ $< ../vobsub.o ../spudec.o ../mp_msg.o \
+          ../unrarlib.o ../postproc/swscale.o ../postproc/rgb2rgb.o \
+          ../postproc/yuv2rgb.o ../libmpcodecs/img_format.o -lm
 
 vivodump: vivodump.c
 	$(CC) $(CFLAGS) -o $@ $< ../mp_msg.o ../libmpdemux/libmpdemux.a




More information about the MPlayer-cvslog mailing list