Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. anshul@green /cygdrive/c/Users/anshul/Project/ffmpeg
  2. $ ./configure --arch=x86 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --disable-optimizations
  3. ERROR: libx264 not found
  4.  
  5. If you think configure made a mistake, make sure you are using the latest
  6. version from Git. If the latest version fails, report the problem to the
  7. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  8. Include the log file "config.log" produced by configure as this will help
  9. solve the problem.
  10.  
  11. anshul@green /cygdrive/c/Users/anshul/Project/ffmpeg
  12. $ pkg-config.exe --list-all
  13. gsettings-desktop-schemas gsettings-desktop-schemas - Shared GSettings schemas for the desktop, including helper headers
  14. x264 x264 - H.264 (MPEG4 AVC) encoder library
  15. uuid uuid - Universally unique id library
  16. python-2.7 Python - Python library
  17.  
  18. anshul@green /cygdrive/c/Users/anshul/Project/ffmpeg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement