Advertisement
sbtech2

libvpx make error

Sep 1st, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1.  
  2. libvpx
  3.  
  4. VP8/VP9 video encoder.
  5.  
  6. Requires ffmpeg to be configured with --enable-libvpx.
  7.  
  8. cd ~/ffmpeg_sources
  9. git clone --depth 1 https://chromium.googlesource.com/webm/libvpx.git
  10. cd libvpx
  11. ./configure --prefix="$HOME/ffmpeg_build" --disable-examples
  12. make
  13. make install
  14. make clean
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. $ sudo make
  25.  
  26. after the make install of libvpx i received the error on the last line: [AS] vpx_dsp/x86/intrapred_sse2.asm.o
  27. third_party/x86inc/x86inc.asm:1003: error: parser: instruction expected
  28. make[1]: *** [vpx_dsp/x86/intrapred_sse2.asm.o] Error 1
  29. make: *** [.DEFAULT] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement