Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1.  
  2. root@Emby:/usr/ports/multimedia/ffmpeg/source/FFmpeg # ./configure --help | grep "ass"
  3. --enable-libass enable libass subtitles rendering,
  4. needed for subtitles and ass filter [no]
  5. --enable-libzmq enable message passing via libzmq [no]
  6. --enable-cross-compile assume a cross-compiler is used
  7. --as=AS use assembler AS []
  8. --yasmexe=EXE use yasm-compatible assembler EXE [yasm]
  9. --pkg-config-flags=FLAGS pass additional flags to pkgconf []
  10. --disable-asm disable all assembly optimizations
  11. --disable-inline-asm disable use of inline assembly
  12. --disable-yasm disable use of nasm/yasm assembly
  13. --assert-level=level 0(default), 1 or 2, amount of assertion testing,
  14. (group) and PROB the probability associated with
  15. root@Emby:/usr/ports/multimedia/ffmpeg/source/FFmpeg # ./configure --enable-gpl --enable-nonfree --enable-libass --enable-libfdk-aac --enable-libx264 --enable-libmp3lame --enable-libx265 --enable-openssl --enable-libopus --enable-libfontconfig --enable-libfreetype --enable-libfribidi
  16. ERROR: libass not found using pkg-config
  17.  
  18. If you think configure made a mistake, make sure you are using the latest
  19. version from Git. If the latest version fails, report the problem to the
  20. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  21. Include the log file "config.log" produced by configure as this will help
  22. solve the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement