[MPlayer-cvslog] CVS: main/libmpdemux demux_ogg.c,1.84,1.85

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Mon Dec 5 02:25:33 CET 2005


CVS change done by Dominik Mierzejewski CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv29421/libmpdemux

Modified Files:
	demux_ogg.c 
Log Message:
fix
demux_ogg.c:371: warning: implicit declaration of function '_ilog'


Index: demux_ogg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_ogg.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- demux_ogg.c	18 Nov 2005 14:39:18 -0000	1.84
+++ demux_ogg.c	5 Dec 2005 01:25:31 -0000	1.85
@@ -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




More information about the MPlayer-cvslog mailing list