I compiled VLC for Android with the latest code, but got the following error:
************************************************************************
../../../../modules/codec/avcodec/video.c:105:3: warning: #warning FIXME
../../../../modules/codec/avcodec/video.c: In function 'InitVideoDec':
../../../../modules/codec/avcodec/video.c:255: warning: 'lowres' is deprecated (declared at /home/robin/Development/vlc/android/vlc/contrib/arm-linux-androideabi/include/libavcodec/avcodec.h:2653)
../../../../modules/codec/avcodec/video.c:447:3: warning: #warning FIXME
../../../../modules/codec/avcodec/video.c:457: error: implicit declaration of function 'av_free'
../../../../modules/codec/avcodec/video.c: In function 'DecodeVideo':
../../../../modules/codec/avcodec/video.c:652: warning: comparison between signed and unsigned integer expressions
make[6]: *** [libavcodec_plugin_la-video.lo] Error 1
make[6]: Leaving directory `/home/robin/Development/vlc/android/vlc/android/modules/codec/avcodec'
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1make[5]: Leaving directory `/home/robin/Development/vlc/android/vlc/android/modules/codec/avcodec'
make[3]: *** [all] Error 2
make[4]: Leaving directory `/home/robin/Development/vlc/android/vlc/android/modules/codec'
make[3]: Leaving directory `/home/robin/Development/vlc/android/vlc/android/modules/codec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/robin/Development/vlc/android/vlc/android/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/robin/Development/vlc/android/vlc/android'
make: *** [all] Error 2
************************************************************************
Who can help me out? Thanks in advance.