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

Sascha Sommer CVS syncmail at mplayerhq.hu
Mon Dec 27 19:11:09 CET 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main/vidix/drivers
In directory mail:/var2/tmp/cvs-serv30003

Modified Files:
	Makefile 
Log Message:
10l, patch by Martin Braun <braun12 at gmx.de>

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Makefile	21 Dec 2004 17:09:44 -0000	1.21
+++ Makefile	27 Dec 2004 18:11:06 -0000	1.22
@@ -143,6 +143,9 @@
 $(UNICHROME_VID):     $(UNICHROME_OBJS)
 	$(CC) -shared $(UNICHROME_OBJS) $(UNICHROME_LIBS) -Wl,-soname,$(UNICHROME_VID) -o $(UNICHROME_VID)
 
+$(SAVAGE_OBJS):    $(SAVAGE_SRCS)
+	$(CC) -c $(SAVAGE_CFLAGS) -o $@ $<
+
 $(SAVAGE_VID):     $(SAVAGE_OBJS)
 	$(CC) -shared $(SAVAGE_OBJS) $(SAVAGE_LIBS) -Wl,-soname,$(SAVAGE_VID) -o $(SAVAGE_VID)
 




More information about the MPlayer-cvslog mailing list