Hi,

Which version of Visual Studio are you using?
I believe these errors are because VS projects files are outdated.
You need to add missing cpp and h files from
sipXmediaLib/{src|include}/mp/video. Patches are welcome.

On Wed, Oct 8, 2008 at 1:44 AM, Paulo Vicentini
<[EMAIL PROTECTED]> wrote:
> 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@@[EMAIL PROTECTED]@@@Z) referenced in function "public: enum
> OsStatus __thiscall MpCaptureTask::applyCodec(class SdpCodec const &)"
> ([EMAIL PROTECTED]@@QAE?AW4OsStatus@@ABVSdpCodec@@@Z)
> 1>sipXmediaLib.lib(MpRemoteVideoTask.obj) : error LNK2019: unresolved
> external symbol "public: __thiscall MpdH263::MpdH263(int,class MpBufPool *)"
> (??0MpdH263@@[EMAIL PROTECTED]@@@Z) referenced in function "public: enum
> OsStatus __thiscall MpRemoteVideoTask::applyCodecs(class SdpCodec const *
> const * const,int)"
> ([EMAIL PROTECTED]@@QAE?AW4OsStatus@@QBQBVSdpCodec@@[EMAIL PROTECTED])
> 1>sipXmediaLib.lib(MpeH264.obj) : error LNK2019: unresolved external symbol
> "public: virtual __thiscall MpVideoEncoder::~MpVideoEncoder(void)"
> (??1MpVideoEncoder@@[EMAIL PROTECTED]) referenced in function "public: virtual
> __thiscall MpeH264::~MpeH264(void)" (??1MpeH264@@[EMAIL PROTECTED])
> 1>sipXmediaLib.lib(MpeH264.obj) : error LNK2019: unresolved external symbol
> "public: __thiscall MpVideoEncoder::MpVideoEncoder(int,class MprToNet *)"
> (??0MpVideoEncoder@@[EMAIL PROTECTED]@@@Z) referenced in function "public:
> __thiscall MpeH264::MpeH264(int,class MprToNet *)"
> (??0MpeH264@@[EMAIL PROTECTED]@@@Z)
> 1>sipXmediaLib.lib(MpdH264.obj) : error LNK2019: unresolved external symbol
> "public: __thiscall MpVideoDecoder::MpVideoDecoder(int,class MpBufPool *)"
> (??0MpVideoDecoder@@[EMAIL PROTECTED]@@@Z) referenced in function "public:
> __thiscall MpdH264::MpdH264(int,class MpBufPool *)"
> (??0MpdH264@@[EMAIL PROTECTED]@@@Z)
>
> These constructors are not defined...
>
> Paulo
>
> On Tue, Oct 7, 2008 at 2:31 PM, Paulo Vicentini <[EMAIL PROTECTED]>
> 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
>>
>> On Mon, Sep 8, 2008 at 5:53 AM, Karsten Schubotz <[EMAIL PROTECTED]>
>> wrote:
>>>
>>> Hi all,
>>> Does someone know the current state of Video support by sipXtapi?
>>> I've read, that Video is working in sipXtapi-media-update branch and it
>>> has to be merged to sipXtapi branch.
>>>
>>> Thanks for your information!
>>>
>>> Regards
>>> Karsten
>>>
>>> --
>>> Psssst! Schon das coole Video vom GMX MultiMessenger gesehen?
>>> Der Eine für Alle: http://www.gmx.net/de/go/messenger03
>>> _______________________________________________
>>> sipxtapi-dev mailing list
>>> [email protected]
>>> List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
>
>
> _______________________________________________
> sipxtapi-dev mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
>



-- 
Regards,
Alexander Chemeris.

SIPez LLC.
SIP VoIP, IM and Presence Consulting
http://www.SIPez.com
tel: +1 (617) 273-4000
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to