Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#4563 closed defect (needs_more_info)

ffmpeg does not find fontconfig

Reported by: ill Owned by:
Priority: normal Component: build system
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

in the git version of ffmpeg, when configuring, it is unable to find fontconfig,even though that is installed in the system.

$ ./configure --enable-libfreetype --enable-libfontconfig --enable-libpulse
ERROR: fontconfig not found using pkg-config

Change History (3)

comment:1 by James, 9 years ago

Component: undeterminedbuild system
Version: unspecifiedgit-master

This is not enough info.
What does config.log say at the end about fontconfig? Also, do you have pkgconfig installed and properly configured? if so, does configure succeed if you run "./configure --enable-libpulse"?

comment:2 by James, 9 years ago

Resolution: needs_more_info
Status: newclosed

comment:3 by Cigaes, 9 years ago

You also need to show the output of the following commands:

pkg-config --modversion fontconfig
pkg-config --libs --cflags fontconfig
Note: See TracTickets for help on using tickets.