Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
2ca97c78
Commit
2ca97c78
authored
May 17, 2014
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: make sure pkg-config flags are populated in FT test.
parent
41120e6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure
configure
+2
-2
No files found.
configure
View file @
2ca97c78
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment