[Mplayer-cvslog] CVS: main/libac3 debug.c,1.1.1.1,1.2
GEREOFFY
arpi_esp at users.sourceforge.net
Sun Jun 3 02:31:43 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main configure.FreeBSD,NONE,1.1 vcd_read_fbsd.c,NONE,1.1 Makefile,1.37,1.38 configure,1.54,1.55 mplayer.c,1.137,1.138 stream.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.37,1.38
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libac3
In directory usw-pr-cvs1:/tmp/cvs-serv11294/libac3
Modified Files:
debug.c
Log Message:
FreeBSD support by Vladimir Kushnir vkushnir at Alfacom.net
Index: debug.c
===================================================================
RCS file: /cvsroot/mplayer/main/libac3/debug.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** debug.c 2001/02/24 20:29:35 1.1.1.1
--- debug.c 2001/06/03 00:31:41 1.2
***************
*** 40,44 ****
//If you don't have gcc, then ya don't get debug output
! #ifndef __GNUC__
void dprintf(char fmt[],...)
{
--- 40,44 ----
//If you don't have gcc, then ya don't get debug output
! #if !defined (__GNUC__) || !defined (DEBUG)
void dprintf(char fmt[],...)
{
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main configure.FreeBSD,NONE,1.1 vcd_read_fbsd.c,NONE,1.1 Makefile,1.37,1.38 configure,1.54,1.55 mplayer.c,1.137,1.138 stream.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.37,1.38
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list