projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41120e6
)
configure: make sure pkg-config flags are populated in FT test.
author
Clément Bœsch
<u@pkh.me>
Sat, 17 May 2014 14:10:45 +0000
(16:10 +0200)
committer
Clément Bœsch
<u@pkh.me>
Sat, 17 May 2014 14:13:42 +0000
(16:13 +0200)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
24f9090
..
7700617
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1199,8
+1199,8
@@
require_libfreetype(){
pkg="freetype2"
check_cmd $pkg_config --exists --print-errors $pkg \
|| die "ERROR: $pkg not found"
- pkg_cflags=$($pkg_config --cflags $pkg)
- pkg_libs=$($pkg_config --libs $pkg)
+ pkg_cflags=$($pkg_config --cflags $pkg
_config_flags $pkg
)
+ pkg_libs=$($pkg_config --libs $pkg
_config_flags $pkg
)
{
echo "#include <ft2build.h>"
echo "#include FT_FREETYPE_H"