1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix bug of freetype2 build for ffmpeg, depends on pkg-config

This commit is contained in:
winlin 2014-06-20 10:25:52 +08:00
parent 094d82bd06
commit 94e5e7070d
2 changed files with 17 additions and 0 deletions

View file

@ -70,6 +70,7 @@ else
fi
# freetype-2.4.0
# remark: we must ensure the pkg-config tool installed.
if [[ -f ${ff_release_dir}/lib/libfreetype.a ]]; then
echo "libfreetype is ok"
else