[MPlayer-users] libavfilter compile error (mingw32)

Simon Sasburg simon.sasburg at gmail.com
Fri Oct 14 15:22:44 CEST 2011


I get the following error when trying to compile latest mplayer trunk(r34198):

make -C ffmpeg libavfilter/libavfilter.a
make[1]: Entering directory `/usr/local/source/mplayer/ffmpeg'
CC      libavfilter/af_aconvert.o
libavfilter/af_aconvert.c:52:5: warning: function declaration isn't a
prototype [-Wstrict-prototypes]
libavfilter/af_aconvert.c:104:5: warning: function declaration isn't a
prototype [-Wstrict-prototypes]
libavfilter/af_aconvert.c: In function 'init':
libavfilter/af_aconvert.c:128:5: error: implicit declaration of
function 'strtok_r' [-Werror=implicit-function-declaration]
libavfilter/af_aconvert.c:128:14: warning: assignment makes pointer
from integer without a cast [enabled by default]
libavfilter/af_aconvert.c:132:14: warning: assignment makes pointer
from integer without a cast [enabled by default]
libavfilter/af_aconvert.c:136:14: warning: assignment makes pointer
from integer without a cast [enabled by default]
cc1.exe: some warnings being treated as errors

make[1]: *** [libavfilter/af_aconvert.o] Error 1
make[1]: Leaving directory `/usr/local/source/mplayer/ffmpeg'
make: *** [ffmpeg/libavfilter/libavfilter.a] Error 2

I'm on windows xp using msys/mingw32. Is there anything i can do to
get this fixed?


More information about the MPlayer-users mailing list