ffmpeg-static icon indicating copy to clipboard operation
ffmpeg-static copied to clipboard

fontconfig issue

Open desireB opened this issue 8 years ago • 1 comments

Hi,

I'm getting an error while building on CentOS 7: configure: error: Either DirectWrite (on Windows), CoreText (on OSX), or Fontconfig (Linux, other) is required. If you really want to compile without a system font provider, add --disable-require-system-font-provider Thank you.

desireB avatar Oct 17 '17 15:10 desireB

I couldn't find a solution to this either. I added the suggested argument --disable-require-system-font-provider, but the ffmpeg build still couldn't find libass. I removed libass from compilation and from the ffmpeg build options, and it worked fine. It's only needed for subtitles I think. I also had to remove heaps of other stuff to get this working on centos... libtheora, libxvid, frei0r, fontconfig, libfreetype... I'm not going to put in the work to figure out building all of them unless I really need them.

jamesoflol avatar Feb 11 '21 00:02 jamesoflol