2014-09-29 2 views
0

64bit Ubuntu 14 머신에서 FFMPEG를 컴파일 중입니다. , https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu 나는이 오류가 무엇을 의미하는지 알고 있지만, NASM과 libvpx 컴파일하는 고장 어딘가에 읽지 않는다 :이 가이드를 따라FFMPEG 용 libvpx 컴파일시 컴파일 오류

[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 

: 모든 오류를 던지는 유지하는 libvpx 라이브러리를 제외하고, 잘 컴파일 하지만 어떻게 컴파일해야할지 모르겠다. 버전 1.2 또는 1.1을 설치하면 아무런 차이가 없습니다. 어떤 아이디어? Yasm로 컴파일

답변

2

트릭했다 :

PATH="$PATH:$HOME/bin" ./configure --prefix="$HOME/ffmpeg_build" --disable-examples 
PATH="$PATH:$HOME/bin" make 

이 Yasm 가정하면 홈 디렉토리에 컴파일을