[FFmpeg-devel] [PATCH] Remove duplicated symbols from libswscale

Carl Eugen Hoyos cehoyos
Fri Feb 15 08:20:31 CET 2008


Hi!

>>> -static volatile uint64_t attribute_used __attribute__((aligned(8))) b5Dither;
>>> -static volatile uint64_t attribute_used __attribute__((aligned(8))) g5Dither;
>>> -static volatile uint64_t attribute_used __attribute__((aligned(8))) g6Dither;
>>> -static volatile uint64_t attribute_used __attribute__((aligned(8))) r5Dither;
>>> +volatile DECLARE_ALIGNED(8, uint64_t attribute_used, b5Dither);
>>> +volatile DECLARE_ALIGNED(8, uint64_t attribute_used, g5Dither);
>>> +volatile DECLARE_ALIGNED(8, uint64_t attribute_used, g6Dither);
>>> +volatile DECLARE_ALIGNED(8, uint64_t attribute_used, r5Dither);
>> global symbols need either a ff_ or av_ prefix (ff_ in this case IMO)
> 
> I agree it should be ff_.

New patch attached.

Thank you, Carl Eugen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patchswscale2
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080215/b99d769b/attachment.txt>



More information about the ffmpeg-devel mailing list