[FFmpeg-devel] [FFMpeg-Devel][GSoC][PATCH 1/2] postproc: Updated postprocess_template to use new sse/avx deinterlace functions

James Almer jamrial at gmail.com
Thu Apr 23 18:14:23 CEST 2015


On 23/04/15 7:05 AM, Michael Niedermayer wrote:
> also the code produces these warnings
> libpostproc/x86/PPContext.asm:37: warning: section flags ignored on section redeclaration
> libpostproc/x86/PPContext.asm:77: warning: section flags ignored on section redeclaration
> libpostproc/x86/PPUtil.asm:215: warning: section flags ignored on section redeclaration
> 

This happens other asm files that define one or more structs as well.
libavcodec/x86/fft.asm and libswresample/x86/resample.asm produce the same warnings on
some systems.
Not sure what exactly causes them.


More information about the ffmpeg-devel mailing list