Hi.
ptlib-2.10.1 have been installed fine.
Opal-3.10.1 after *./configure --prefix=/usr --disable-libavcode*,
=================== Plugin configuration ======================
prefix : /usr
exec_prefix : ${prefix}
libdir : ${exec_prefix}/lib
Audio Codec plugin install dir : ${libdir}/opal-3.10.1/codecs/audio
Video Codec plugin install prefix: ${libdir}/opal-3.10.1/codecs/video
LID plugin install prefix : ${libdir}/opal-3.10.1/lid
FAX plugin install prefix : ${libdir}/opal-3.10.1/fax
GSM : yes (internal)
GSM-AMR : yes
iLBC : yes (internal)
Speex : yes (system, version 1.2rc1)
G.722 : yes
G.722.1 : yes
G.722.2 : yes
G.726 : yes
LPC10 : yes
IMA_ADPCM : yes
SBC : no
CELT : yes
SILK : yes
H.261 : yes (vic)
H.263/H.263+ : no (ffmpeg)
H.264 : yes (x264)
THEORA : no
MPEG4 Part 2 : no
SpanDSP FAX : no
Quicknet xJACK support : no
Voicetronics VPB support : no
OS Type : linux-gnu
Machine Type : i686
If all settings are OK, type make and make install
========================================================
at *make *stops with:
h264-x264.cxx:110:37: error: ‘CODEC_ID_H264’ was not declared in this scope
h264-x264.cxx:922:5: error: ‘AVCodec’ does not name a type
h264-x264.cxx:923:5: error: ‘AVCodecContext’ does not name a type
h264-x264.cxx:924:5: error: ‘AVFrame’ does not name a type
h264-x264.cxx: In constructor ‘MyDecoder::MyDecoder(const
PluginCodec_Definition*)’:
h264-x264.cxx:930:9: error: class ‘MyDecoder’ does not have any field named
‘m_codec’
h264-x264.cxx:931:9: error: class ‘MyDecoder’ does not have any field named
‘m_context’
h264-x264.cxx:932:9: error: class ‘MyDecoder’ does not have any field named
‘m_picture’
h264-x264.cxx: In destructor ‘virtual MyDecoder::~MyDecoder()’:
h264-x264.cxx:939:11: error: ‘m_context’ was not declared in this scope
h264-x264.cxx:945:11: error: ‘m_picture’ was not declared in this scope
h264-x264.cxx: In member function ‘virtual bool MyDecoder::Construct()’:
h264-x264.cxx:959:12: error: ‘m_codec’ was not declared in this scope
h264-x264.cxx:959:44: error: ‘class FFMPEGLibrary’ has no member named
‘AvcodecFindDecoder’
h264-x264.cxx:959:63: error: ‘CODEC_ID_H264’ was not declared in this scope
h264-x264.cxx:962:12: error: ‘m_context’ was not declared in this scope
h264-x264.cxx:962:46: error: ‘class FFMPEGLibrary’ has no member named
‘AvcodecAllocContext’
h264-x264.cxx:965:12: error: ‘m_picture’ was not declared in this scope
h264-x264.cxx:965:46: error: ‘class FFMPEGLibrary’ has no member named
‘AvcodecAllocFrame’
h264-x264.cxx:968:45: error: ‘m_context’ was not declared in this scope
h264-x264.cxx:968:56: error: ‘m_codec’ was not declared in this scope
h264-x264.cxx: In member function ‘virtual bool MyDecoder::Transcode(const
void*, unsigned int&, void*, unsigned int&, unsigned int&)’:
h264-x264.cxx:1021:67: error: ‘m_context’ was not declared in this scope
h264-x264.cxx:1022:67: error: ‘m_picture’ was not declared in this scope
make[3]: ***
[/home/toky/Downloads/Scaricati/opal-3.10.1/plugins/../lib_linux_x86/plugins/h264_x264/h264-x264.o]
Errore 1
make[3]: Leaving directory
`/home/toky/Downloads/Scaricati/opal-3.10.1/plugins/video/H.264'
make[2]: *** [all] Errore 2
make[2]: Leaving directory
`/home/toky/Downloads/Scaricati/opal-3.10.1/plugins'
make[1]: *** [subdirs] Errore 2
make[1]: Leaving directory `/home/toky/Downloads/Scaricati/opal-3.10.1'
make: *** [opt] Errore 2