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

Carl Eugen Hoyos cehoyos
Thu Feb 21 12:18:11 CET 2008


Hi!

Michael Niedermayer schrieb:
>> -DECLARE_ASM_CONST(8, uint64_t, dither4[2])={
>> -        0x0103010301030103LL,
>> -        0x0200020002000200LL,};
>> +extern uint64_t ff_dither4[2];
>> +extern uint64_t ff_dither8[2];
> 
> That stuff belongs into swscale_internal.h

New patch attached.

Carl Eugen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patchff_dither
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080221/c252ec9d/attachment.asc>



More information about the ffmpeg-devel mailing list