comparison libmpcodecs/ad_vorbis.c @ 6587:f4d4ec337ddb

removed unused math.h, becouse it causes cygwin to gcc segfault - found/fixed by Joey Parrish <joey at yunamusic.com>
author alex
date Fri, 28 Jun 2002 16:40:02 +0000
parents e4c2a5541a6a
children acc51ad47911
comparison
equal deleted inserted replaced
6586:df10f81f1bfc 6587:f4d4ec337ddb
18 "buggy" 18 "buggy"
19 }; 19 };
20 20
21 LIBAD_EXTERN(vorbis) 21 LIBAD_EXTERN(vorbis)
22 22
23 #include <math.h>
24 #include <vorbis/codec.h> 23 #include <vorbis/codec.h>
25 24
26 // This struct is also defined in demux_ogg.c => common header ? 25 // This struct is also defined in demux_ogg.c => common header ?
27 typedef struct ov_struct_st { 26 typedef struct ov_struct_st {
28 vorbis_info vi; /* struct that stores all the static vorbis bitstream 27 vorbis_info vi; /* struct that stores all the static vorbis bitstream