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

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

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/loader/dmo/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	27 Jan 2006 00:06:39 -0000	1.3
+++ Makefile	25 Mar 2006 10:38:36 -0000	1.4
@@ -4,7 +4,12 @@
 include ../../config.mak
 
 # DS_AudioDec.c 
-SRCS	= DMO_AudioDecoder.c DMO_VideoDecoder.c  buffer.c  dmo.c  dmo_guids.c
+SRCS	= DMO_AudioDecoder.c \
+	  DMO_VideoDecoder.c   \
+	  buffer.c   \
+	  dmo.c  \
+	  dmo_guids.c \
+
 OBJS = $(SRCS:.c=.o)
 
 INCLUDE = -I. -I../dshow -I.. $(EXTRA_INC)




More information about the MPlayer-cvslog mailing list