Code:
make -C xbmc/cores/dvdplayer/DVDDemuxers
make: Entering directory `/home/deb/xgit/xbmc/cores/dvdplayer/DVDDemuxers'
CPP xbmc/cores/dvdplayer/DVDDemuxers/DVDDemux.o
CPP xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.o
In file included from /home/deb/xgit/lib/DllAvFormat.h:27:0,
from DVDDemuxFFmpeg.h:25,
from DVDDemuxFFmpeg.cpp:32:
/home/deb/xgit/lib/DllAvCodec.h: In member function ‘virtual int DllAvCodec::avcodec_encode_audio(AVCodecContext*, uint8_t*, int, const short int*)’:
/home/deb/xgit/lib/DllAvCodec.h:163:120: warning: ‘int avcodec_encode_audio(AVCodecContext*, uint8_t*, int, const short int*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4180) [-Wdeprecated-declarations]
/home/deb/xgit/lib/DllAvCodec.h:163:170: warning: ‘int avcodec_encode_audio(AVCodecContext*, uint8_t*, int, const short int*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4180) [-Wdeprecated-declarations]
DVDDemuxFFmpeg.cpp: In member function ‘void CDVDDemuxFFmpeg::AddStream(int)’:
DVDDemuxFFmpeg.cpp:1053:44: warning: ‘AVCodecContext::sub_id’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1490) [-Wdeprecated-declarations]
DVDDemuxFFmpeg.cpp:1053:44: warning: ‘AVCodecContext::sub_id’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1490) [-Wdeprecated-declarations]
DVDDemuxFFmpeg.cpp:1063:84: error: ‘CODEC_ID_OTF’ was not declared in this scope
make: *** [DVDDemuxFFmpeg.o] Error 1
make: Leaving directory `/home/deb/xgit/xbmc/cores/dvdplayer/DVDDemuxers'
after build and install ffmpeg.git i cant build now xbmc with use external ffmpeg option
OS: debian wheezy amd64
thanks in advance