[Mplayer-cvslog] CVS: main/drivers/syncfb Makefile,1.1.1.1,1.2
Berczi Gabor
gabucino at users.sourceforge.net
Sun Apr 15 20:35:19 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.14,1.15 cfg-mplayer.h,1.19,1.20 configure,1.20,1.21 help_mp.h,1.6,1.7 lirc_mp.c,1.1.1.1,1.2 mplayer.c,1.64,1.65
- Next message: [Mplayer-cvslog] CVS: main/libvo wskeys.h,1.1.1.1,1.2 x11_common.c,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/drivers/syncfb
In directory usw-pr-cvs1:/tmp/cvs-serv9181/drivers/syncfb
Modified Files:
Makefile
Log Message:
Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/drivers/syncfb/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Makefile 2001/02/24 20:29:04 1.1.1.1
--- Makefile 2001/04/15 18:35:17 1.2
***************
*** 1,2 ****
--- 1,5 ----
+
+ include ../../config.mak
+
CFLAGS = -g -O2 -Wall -D__KERNEL__ -DMODULE -DSYNCFB_GENERIC_SUPPORT -DSYNCFB_MATROX_SUPPORT \
-include /usr/src/linux/include/linux/modversions.h -I/usr/src/linux/include
***************
*** 15,19 ****
syncfb_test: syncfb_test.c
! $(CC) -g -O -Wall -L/usr/X11/lib -lX11 $(INCLUDES) -o $@ $@.c
syncfbtv: syncfbtv.c
--- 18,22 ----
syncfb_test: syncfb_test.c
! $(CC) -g -O -Wall $(X11DIR) -lX11 $(INCLUDES) -o $@ $@.c
syncfbtv: syncfbtv.c
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.14,1.15 cfg-mplayer.h,1.19,1.20 configure,1.20,1.21 help_mp.h,1.6,1.7 lirc_mp.c,1.1.1.1,1.2 mplayer.c,1.64,1.65
- Next message: [Mplayer-cvslog] CVS: main/libvo wskeys.h,1.1.1.1,1.2 x11_common.c,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list