[MPlayer-cvslog] CVS: main/TOOLS Makefile,1.3,1.4

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Jun 20 01:39:10 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var2/tmp/cvs-serv98/TOOLS

Modified Files:
	Makefile 
Log Message:
Avoid overly long lines to conform with the new general Makefile style.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	28 Oct 2004 01:03:52 -0000	1.3
+++ Makefile	19 Jun 2005 23:39:08 -0000	1.4
@@ -2,8 +2,18 @@
 
 CFLAGS = -I..
 
-OBJS = alaw-gen asfinfo avi-fix bios2dump cpuinfo dump_mp4 mem2dump movinfo \
-	png2raw subrip fastmemcpybench vivodump
+OBJS = alaw-gen \
+	asfinfo \
+	avi-fix \
+	bios2dump \
+	cpuinfo \
+	dump_mp4 \
+	mem2dump \
+	movinfo \
+	png2raw \
+	subrip \
+	fastmemcpybench \
+	vivodump \
 
 all: $(OBJS)
 




More information about the MPlayer-cvslog mailing list