[MPlayer-cvslog] CVS: main/osdep Makefile,1.21,1.22

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

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/osdep/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Makefile	27 Jan 2006 00:06:40 -0000	1.21
+++ Makefile	25 Mar 2006 10:38:37 -0000	1.22
@@ -3,9 +3,16 @@
 
 LIBNAME = libosdep.a
 
-SRCS= shmem.c strsep.c strl.c vsscanf.c scandir.c gettimeofday.c fseeko.c \
-      swab.c setenv.c
-      # timer.c
+SRCS= shmem.c \
+      strsep.c \
+      strl.c \
+      vsscanf.c \
+      scandir.c \
+      gettimeofday.c \
+      fseeko.c \
+      swab.c \
+      setenv.c \
+      # timer.c \
 
 getch = getch2.c
 timer = timer-lx.c




More information about the MPlayer-cvslog mailing list