[vlc-devel] [PATCH] video_filter/Modules.am: fixed compilation when using a special AS tool instead of gcc
Felix Paul Kühne
fkuehne.videolan at gmail.com
Mon Aug 6 20:00:56 CEST 2012
On 06.08.2012, at 19:41, Rémi Denis-Courmont <remi at remlab.net> wrote:
> Le lundi 6 août 2012 20:34:14 Felix Paul Kühne, vous avez écrit :
>> Hello,
>>
>> the attached patch fixes compiling the recently added deinterlace ASM code.
>
> The attached patch assumes that all sources are C (--tag=CC).
> As it happens, we have C++ there (--tag=CXX).
>
> So this hack cannot work here.
Okay, thanks for the feedback. I'll see if I can cook up something more complex then :-)
BTW. Can you link your new code in a static library and use it by linking it to an executable? I'm getting some weird non_lazy_ptr error ("contains undefined reference") referencing libdeinterlace_plugin_la-deinterlace.o.
Best regards,
Felix
More information about the vlc-devel
mailing list