Advertisement
Guest User

Untitled

a guest
Nov 7th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. $cd ffmpeg/
  2. $ ./configure --prefix=/usr/local --enable-gpl --enable-nonfree --enable-libass \
  3. > --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus \
  4. > --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid
  5. gcc is unable to create an executable file.
  6. If gcc is a cross-compiler, use the --enable-cross-compile option.
  7. Only do this if you know what cross compiling means.
  8. C compiler test failed.
  9.  
  10. If you think configure made a mistake, make sure you are using the latest
  11. version from Git. If the latest version fails, report the problem to the
  12. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  13. Include the log file "config.log" produced by configure as this will help
  14. solve the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement