mirror of https://github.com/mpv-player/mpv
fix
demux_ogg.c:371: warning: implicit declaration of function '_ilog' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17091 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7daf67e81b
commit
d5505c8f9e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue