#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 , 10 years ago
Component: | undetermined → build system |
---|---|
Version: | unspecified → git-master |
comment:2 by , 10 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
comment:3 by , 10 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.
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"?