Advertisement
Guest User

config log

a guest
Aug 13th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. x264 configure script
  2. Command line options: "--prefix=/root/ffmpeg_build" "--bindir=/root/bin" "--enable-static"
  3.  
  4. checking whether gcc works... yes
  5. checking whether gcc supports for( int i = 0; i < 9; i++ ); with -std=gnu99... yes
  6. checking whether yasm supports vpmovzxwd ymm0, xmm0... no
  7. Failed commandline was:
  8. --------------------------------------------------
  9. yasm conftest.asm -f elf -m amd64 -DHAVE_ALIGNED_STACK=1 -o conftest.o
  10. ./configure: line 189: yasm: command not found
  11. --------------------------------------------------
  12. Failed program was:
  13. --------------------------------------------------
  14. vpmovzxwd ymm0, xmm0
  15. --------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement