changeset 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 1e8962ee910f
children d07a2414c660
files libmpdemux/demux_ogg.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_ogg.c	Mon Dec 05 01:24:27 2005 +0000
+++ b/libmpdemux/demux_ogg.c	Mon Dec 05 01:25:31 2005 +0000
@@ -29,6 +29,7 @@
 
 #ifdef HAVE_OGGTHEORA
 #include <theora/theora.h>
+extern int _ilog (unsigned int); /* defined in many places in theora/lib/ */
 #endif
 
 #define BLOCK_SIZE 4096