comparison libmpdemux/demux_ogg.c @ 17090:49cc83ac227f

fix demux_ogg.c:371: warning: implicit declaration of function '_ilog'
author rathann
date Mon, 05 Dec 2005 01:25:31 +0000
parents 6ff3379a0862
children cffd0ec5d01a
comparison
equal deleted inserted replaced
17089:1e8962ee910f 17090:49cc83ac227f
27 #include <vorbis/codec.h> 27 #include <vorbis/codec.h>
28 #endif 28 #endif
29 29
30 #ifdef HAVE_OGGTHEORA 30 #ifdef HAVE_OGGTHEORA
31 #include <theora/theora.h> 31 #include <theora/theora.h>
32 extern int _ilog (unsigned int); /* defined in many places in theora/lib/ */
32 #endif 33 #endif
33 34
34 #define BLOCK_SIZE 4096 35 #define BLOCK_SIZE 4096
35 36
36 /// Vorbis decoder context : we need the vorbis_info for vorbis timestamping 37 /// Vorbis decoder context : we need the vorbis_info for vorbis timestamping