Advertisement
Guest User

Untitled

a guest
Jun 25th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. ~~~~~~~~~
  2. directory layout
  3. ~~~~~~~~~~
  4. src
  5. xconfig
  6. fconfig
  7. FFmpeg
  8. Makefile
  9. x264
  10. Makefile
  11. build
  12. bin
  13. libx264-125.dll
  14. x264.exe
  15. include
  16. x264.h
  17. x264_config.h
  18. lib
  19. pkgconfig
  20. x264.pc
  21. libx264.dll.a
  22.  
  23. ~~~~~~~~~~
  24. command line
  25. ~~~~~~~~~~
  26. Gordon@Gordon-PC /c/Users/Gordon/Eclipse/workspace/ffmpeg_segment_frames/src/FFmpeg
  27. $ ../fconfig
  28. ERROR: libx264 not found
  29.  
  30. ~~~~~~~~~~
  31. fconfig contents
  32. ~~~~~~~~~~~
  33. #!/bin/sh
  34. ./configure --prefix=build --enable-ffplay --enable-gpl --enable-nonfree --enable-libx264 --disable-mmx --disable-shared --enable-static --extra-libs=-static --extra-cflags=--static --enable-memalign-hack --extra-cflags="-I C:/Users/Gordon/Eclipse/workspace/ffmpeg_segment_frames/src/x264/build/include" --extra-cflags="-L C:/Users/Gordon/Eclipse/workspace/ffmpeg_segment_frames/src/x264/build/lib"
  35. ~~~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement