While building sipXtapi [sipXtapi-media-update branch]
> Creating library lib\sipXtapid.lib and object lib\sipXtapid.exp
1>sipXmediaLib.lib(MpCaptureTask.obj) : error LNK2019: unresolved external symbol "public: __thiscall
MpeH263::MpeH263(int,class MprToNet *)" (??0MpeH263@@QAE@HPAVMprToNet@@@Z) referenced in function "public: enum OsStatus __thiscall MpCaptureTask::applyCodec(class SdpCodec const &)" (?applyCodec@MpCaptureTask@@QAE?AW4OsStatus@@ABVSdpCodec@@@Z)
1>sipXmediaLib.lib(MpRemoteVideoTask.obj) : error LNK2019: unresolved external symbol "public: __thiscall
MpdH263::MpdH263(int,class MpBufPool *)" (??0MpdH263@@QAE@HPAVMpBufPool@@@Z) referenced in function "public: enum OsStatus __thiscall MpRemoteVideoTask::applyCodecs(class SdpCodec const * const * const,int)" (?applyCodecs@MpRemoteVideoTask@@QAE?AW4OsStatus@@QBQBVSdpCodec@@H@Z)
1>sipXmediaLib.lib(MpeH264.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall
MpVideoEncoder::~MpVideoEncoder(void)" (??1MpVideoEncoder@@UAE@XZ) referenced in function "public: virtual __thiscall MpeH264::~MpeH264(void)" (??1MpeH264@@UAE@XZ)
1>sipXmediaLib.lib(MpeH264.obj) : error LNK2019: unresolved external symbol "public: __thiscall MpVideoEncoder::MpVideoEncoder(int,class MprToNet *)" (??0MpVideoEncoder@@QAE@HPAVMprToNet@@@Z) referenced in function "public: __thiscall MpeH264::MpeH264(int,class MprToNet *)" (??0MpeH264@@QAE@HPAVMprToNet@@@Z)
1>sipXmediaLib.lib(MpdH264.obj) : error LNK2019: unresolved external symbol "public: __thiscall MpVideoDecoder::MpVideoDecoder(int,class MpBufPool *)" (??0MpVideoDecoder@@QAE@HPAVMpBufPool@@@Z) referenced in function "public: __thiscall MpdH264::MpdH264(int,class MpBufPool *)" (??0MpdH264@@QAE@HPAVMpBufPool@@@Z)
These constructors are not defined...
Paulo
On Tue, Oct 7, 2008 at 2:31 PM, Paulo Vicentini
<vicentini.paulo@xxxxxxxxx> wrote:
[sipXtapi-media-update]
img_convert function has been removed from libavcodec so that we should use swscale.
Following is a patch (MpVideoBuf.patch) so that sipXmediaLib builds with the latest SVN of ffmpeg.
I realize that "mp/video/MpeH263p.h" and others things related to h.263p codec are missing from svn
Is this branch still active? I would like to help you with video support in sipxtapi.
Paulo