linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] mediastreamer: undefined reference to `ms_sws_free


From: Peter Volkov
Subject: [Linphone-developers] mediastreamer: undefined reference to `ms_sws_freeContext'
Date: Mon, 11 Apr 2011 12:34:36 +0400

Hi! After 57bde1 commit compilation of mediastreamer exposes following
warnings:

videoout.c:555:3: warning: implicit declaration of function 'ms_sws_freeContext'
videoout.c:668:6: warning: implicit declaration of function 'ms_sws_getContext'
videoout.c:673:5: warning: implicit declaration of function 'ms_sws_scale'

This results in inability to build kopete against mediastreamer. For
full mediastreamer build log take a look at:

https://bugs.gentoo.org/attachment.cgi?id=269317

Proposed patch is here:
https://bugs.gentoo.org/attachment.cgi?id=269363&action=diff

But I'm unsure if it's correct. At least in mentioned git commit some
substitutions are: 

-                       ms_sws_freeContext(s->sws_ctx);
+                       sws_freeContext(s->sws_ctx);
                        s->sws_ctx=NULL;

while others are:

-               ms_sws_freeContext(s->sws_ctx);
+               ms_scaler_context_free(s->sws_ctx);
                s->sws_ctx=NULL;

Looks like second substitution is a type, but currently I'm unsure.
Please, advice.


https://bugs.gentoo.org/show_bug.cgi?id=362883

With best regards,
-- 
Peter.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]