Opened 14 years ago
Closed 14 years ago
#174 closed defect (fixed)
Compile error
Reported by: | Dave | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | build system |
Version: | git-master | Keywords: | yasm |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
On Gentoo I get the compile error:
libavcodec/x86/x86inc.asm:79: instruction expected after label
when compiling media-video/ffmpeg-0.6_p25767
Attachments (2)
Change History (6)
by , 14 years ago
comment:1 by , 14 years ago
Component: | undetermined → build system |
---|---|
Status: | new → open |
Please add the output of yasm --version
comment:2 by , 14 years ago
My output from yasm --version was:
yasm 0.6.0.1798
Compiled on Jul 19 2007.
Copyright (c) 2001-2007 Peter Johnson and other Yasm developers.
Run yasm --license for licensing overview and summary.
I have now upgraded yasm and the compile error is resolved. Thanks for the pointer ;)
comment:3 by , 14 years ago
Keywords: | yasm added |
---|---|
Priority: | normal → minor |
Reproduced by developer: | set |
Version: | unspecified → git-master |
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
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
This is not reproducible any-more.
build.log