[FFmpeg-trac] #174(build system:open): Compile error

FFmpeg trac at avcodec.org
Mon May 9 13:04:53 CEST 2011


#174: Compile error
-----------------------+---------------------------
Reporter:  OxleyDave   |       Owner:
    Type:  defect      |      Status:  open
Priority:  minor       |   Component:  build system
 Version:  git-master  |  Resolution:
Keywords:  yasm        |  Blocked By:
Blocking:              |  Reproduced:  1
Analyzed:  0           |
-----------------------+---------------------------
Changes (by cehoyos):

 * keywords:   => yasm
 * priority:  normal => minor
 * version:  unspecified => git-master
 * reproduced:  0 => 1


Comment:

 The problem with current master is that yasm-0.6.2 is accepted by
 configure, but fails compilation:
 {{{
 $ make libavcodec/x86/fft_mmx.o
 YASM    libavcodec/x86/fft_mmx.o
 libavcodec/x86/fft_mmx.asm:48: warning: section flags ignored on section
 redeclaration
 libavcodec/x86/fft_mmx.asm:304: instruction expected after label
 libavcodec/x86/fft_mmx.asm:305: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:306: instruction expected after label
 libavcodec/x86/fft_mmx.asm:306: instruction expected after label
 libavcodec/x86/fft_mmx.asm:306: instruction expected after label
 libavcodec/x86/fft_mmx.asm:306: instruction expected after label
 libavcodec/x86/fft_mmx.asm:306: instruction expected after label
 libavcodec/x86/fft_mmx.asm:306: instruction expected after label
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vpermilps'
 libavcodec/x86/fft_mmx.asm:306: `vpermilps' previously defined here
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:306: instruction expected after label
 libavcodec/x86/fft_mmx.asm:306: instruction expected after label
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vblendps'
 libavcodec/x86/fft_mmx.asm:306: `vblendps' previously defined here
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:306: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:307: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:308: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:314: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:315: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:316: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:316: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:316: redefinition of `vxorps'
 libavcodec/x86/fft_mmx.asm:306: `vxorps' previously defined here
 libavcodec/x86/fft_mmx.asm:316: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:316: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:316: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:316: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:316: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:316: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:318: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:319: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vpermilps'
 libavcodec/x86/fft_mmx.asm:306: `vpermilps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vblendps'
 libavcodec/x86/fft_mmx.asm:306: `vblendps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vpermilps'
 libavcodec/x86/fft_mmx.asm:306: `vpermilps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vxorps'
 libavcodec/x86/fft_mmx.asm:306: `vxorps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vblendps'
 libavcodec/x86/fft_mmx.asm:306: `vblendps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:320: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:322: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:323: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:324: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:325: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:326: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:327: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:328: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:329: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:330: redefinition of `vblendps'
 libavcodec/x86/fft_mmx.asm:306: `vblendps' previously defined here
 libavcodec/x86/fft_mmx.asm:331: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:332: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:333: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:334: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:335: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:336: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:337: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:338: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:339: instruction expected after label
 libavcodec/x86/fft_mmx.asm:340: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:341: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:342: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:343: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:344: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:345: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:346: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:353: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:354: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:356: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:356: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:356: redefinition of `vxorps'
 libavcodec/x86/fft_mmx.asm:306: `vxorps' previously defined here
 libavcodec/x86/fft_mmx.asm:356: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:356: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:356: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:356: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:356: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:356: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:358: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:359: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:361: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:365: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:366: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:367: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:368: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:370: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:378: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:379: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:380: instruction expected after label
 libavcodec/x86/fft_mmx.asm:381: instruction expected after label
 libavcodec/x86/fft_mmx.asm:382: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:383: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:384: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:385: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:388: undefined symbol `vextractf128.deint_loop'
 (first use)
 libavcodec/x86/fft_mmx.asm:388:  (Each undefined symbol is reported only
 once.)
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:546: undefined symbol `vmovaps.loop' (first
 use)
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vunpckhps'
 libavcodec/x86/fft_mmx.asm:381: `vunpckhps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vunpcklps'
 libavcodec/x86/fft_mmx.asm:380: `vunpcklps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vunpckhps'
 libavcodec/x86/fft_mmx.asm:381: `vunpckhps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vunpcklps'
 libavcodec/x86/fft_mmx.asm:380: `vunpcklps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vunpckhps'
 libavcodec/x86/fft_mmx.asm:381: `vunpckhps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vunpcklps'
 libavcodec/x86/fft_mmx.asm:380: `vunpcklps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vunpckhps'
 libavcodec/x86/fft_mmx.asm:381: `vunpckhps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vunpcklps'
 libavcodec/x86/fft_mmx.asm:380: `vunpcklps' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:547: undefined symbol `vextractf128.loop'
 (first use)
 libavcodec/x86/fft_mmx.asm:638: redefinition of `vzeroupper'
 libavcodec/x86/fft_mmx.asm:637: `vzeroupper' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmovaps'
 libavcodec/x86/fft_mmx.asm:304: `vmovaps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vmulps'
 libavcodec/x86/fft_mmx.asm:306: `vmulps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vsubps'
 libavcodec/x86/fft_mmx.asm:306: `vsubps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vaddps'
 libavcodec/x86/fft_mmx.asm:306: `vaddps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vshufps'
 libavcodec/x86/fft_mmx.asm:306: `vshufps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vperm2f128'
 libavcodec/x86/fft_mmx.asm:306: `vperm2f128' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vunpcklps'
 libavcodec/x86/fft_mmx.asm:380: `vunpcklps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vunpckhps'
 libavcodec/x86/fft_mmx.asm:381: `vunpckhps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vunpcklps'
 libavcodec/x86/fft_mmx.asm:380: `vunpcklps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vunpckhps'
 libavcodec/x86/fft_mmx.asm:381: `vunpckhps' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vextractf128'
 libavcodec/x86/fft_mmx.asm:339: `vextractf128' previously defined here
 libavcodec/x86/fft_mmx.asm:850: undefined symbol `vextractf128.post'
 (first use)
 libavcodec/x86/fft_mmx.asm:850: redefinition of `vzeroupper'
 libavcodec/x86/fft_mmx.asm:637: `vzeroupper' previously defined here
 make: *** [libavcodec/x86/fft_mmx.o] Error 1
 }}}

-- 
Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/174#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list