[MPlayer-cvslog] CVS: main/loader/dshow Makefile,1.15,1.16

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

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/dshow/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile	27 Jan 2006 00:06:39 -0000	1.15
+++ Makefile	25 Mar 2006 10:38:37 -0000	1.16
@@ -4,7 +4,15 @@
 include ../../config.mak
 
 # DS_AudioDec.c 
-SRCS	= DS_AudioDecoder.c DS_Filter.c DS_VideoDecoder.c allocator.c cmediasample.c guids.c inputpin.c outputpin.c
+SRCS	= DS_AudioDecoder.c \
+	  DS_Filter.c \
+	  DS_VideoDecoder.c \
+	  allocator.c \
+	  cmediasample.c \
+	  guids.c \
+	  inputpin.c \
+	  outputpin.c \
+
 OBJS = $(SRCS:.c=.o)
 
 # OBJS	= DS_AudioDec.o DS_VideoDec.o DS_Filter.o allocator.o cmediasample.o guids.o inputpin.o outputpin.o




More information about the MPlayer-cvslog mailing list