[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
- Previous message: [MPlayer-cvslog] CVS: main/libao2 ao_alsa.c, 1.11, 1.12 ao_alsa5.c, 1.21, 1.22 ao_dsound.c, 1.6, 1.7 ao_sgi.c, 1.8, 1.9 ao_sun.c, 1.31, 1.32 ao_win32.c, 1.19, 1.20
- Next message: [MPlayer-cvslog] CVS: main/libao2 ao_alsa.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [MPlayer-cvslog] CVS: main/libao2 ao_alsa.c, 1.11, 1.12 ao_alsa5.c, 1.21, 1.22 ao_dsound.c, 1.6, 1.7 ao_sgi.c, 1.8, 1.9 ao_sun.c, 1.31, 1.32 ao_win32.c, 1.19, 1.20
- Next message: [MPlayer-cvslog] CVS: main/libao2 ao_alsa.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list