[Mplayer-cvslog] CVS: main/libmpcodecs ad_vorbis.c,1.2,1.3
Alex Beregszaszi
alex at mplayerhq.hu
Fri Jun 28 18:40:05 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv4388
Modified Files:
ad_vorbis.c
Log Message:
removed unused math.h, becouse it causes cygwin to gcc segfault - found/fixed by Joey Parrish <joey at yunamusic.com>
Index: ad_vorbis.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_vorbis.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ad_vorbis.c 21 Apr 2002 18:06:00 -0000 1.2
+++ ad_vorbis.c 28 Jun 2002 16:40:02 -0000 1.3
@@ -20,7 +20,6 @@
LIBAD_EXTERN(vorbis)
-#include <math.h>
#include <vorbis/codec.h>
// This struct is also defined in demux_ogg.c => common header ?
More information about the MPlayer-cvslog
mailing list