# HG changeset patch # User rathann # Date 1133745931 0 # Node ID 49cc83ac227f2ce0ad3e2825c3b071b0443fd53f # Parent 1e8962ee910f926319b7daaf7c6f79e188606563 fix demux_ogg.c:371: warning: implicit declaration of function '_ilog' diff -r 1e8962ee910f -r 49cc83ac227f libmpdemux/demux_ogg.c --- 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 +extern int _ilog (unsigned int); /* defined in many places in theora/lib/ */ #endif #define BLOCK_SIZE 4096