ericmckean / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Build Error on vp9_subpixel_8t_ssse3.asm #668

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using 12.04.3 x64 I cannot compile libvpx when setting up FFmpeg. 

I continue to get the same error: 

    [AS] vp9/common/x86/vp9_subpixel_8t_ssse3.asm.o
vp9/common/x86/vp9_subpixel_8t_ssse3.asm:856: warning: label alone on a line 
without a colon might be in error
vp9/common/x86/vp9_subpixel_8t_ssse3.asm:897: warning: label alone on a line 
without a colon might be in error
vp9/common/x86/vp9_subpixel_8t_ssse3.asm:970: warning: label alone on a line 
without a colon might be in error
vp9/common/x86/vp9_subpixel_8t_ssse3.asm:1002: warning: label alone on a line 
without a colon might be in error
vp9/common/x86/vp9_subpixel_8t_ssse3.asm:340: error: invalid combination of 
opcode and operands
vp9/common/x86/vp9_subpixel_8t_ssse3.asm:457: error: invalid combination of 
opcode and operands
vp9/common/x86/vp9_subpixel_8t_ssse3.asm:897: error: invalid combination of 
opcode and operands
vp9/common/x86/vp9_subpixel_8t_ssse3.asm:1002: error: invalid combination of 
opcode and operands
make[1]: *** [vp9/common/x86/vp9_subpixel_8t_ssse3.asm.o] Error 1
make: *** [.DEFAULT] Error 2

When running the series of commands found here: 

https://trac.ffmpeg.org/wiki/UbuntuCompilationGuide

cd ~/ffmpeg_sources
git clone --depth 1 http://git.chromium.org/webm/libvpx.git
cd libvpx
./configure --prefix="$HOME/ffmpeg_build" --disable-examples
make
make install
make clean

Is yasm required for compilation now? 

Please let me know if I should be using a specific git tag for my distro. 

Thanks!

Original issue reported on code.google.com by ryank...@gmail.com on 21 Nov 2013 at 11:13

GoogleCodeExporter commented 9 years ago
Sorry I am stupid please delete this, should have compiled yasm. 

Original comment by ryank...@gmail.com on 21 Nov 2013 at 11:25

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 3 Dec 2013 at 5:10