Skip to content
Snippets Groups Projects
Commit 41fd38a8 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

ffmpeg: do not build freetype on linux (system provided)

Change-Id: I5e2f9d49866d50097b8a91a09917fd04fee8144d
parent 317b7317
Branches
No related tags found
No related merge requests found
......@@ -188,8 +188,10 @@ FFMPEGCONF += \
#plugins
ifdef WITH_FREETYPE
ifndef HAVE_LINUX
DEPS_ffmpeg += freetype
endif
endif
ifdef __DEBUG__
DEPS_ffmpeg += rav1e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment