diff options
author | Jan Beich <[email protected]> | 2020-01-03 16:20:20 +0000 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-01-23 02:55:00 -0500 |
commit | d4a1f1be6cfac1ef598e6c576ed247cd7a230a7f (patch) | |
tree | f23543ccc2870a5a9ff01e23ec28df59d6450031 /contrib/ffmpeg/module.defs | |
parent | 92ea3b13f5c207598ada6c8e92dbe8d36a573f99 (diff) |
qsv: add support for FreeBSD
Diffstat (limited to 'contrib/ffmpeg/module.defs')
-rw-r--r-- | contrib/ffmpeg/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index fc6ff1242..97662b491 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -65,7 +65,7 @@ FFMPEG.CONFIGURE.extra += \ --enable-small endif -ifeq (1-linux,$(FEATURE.qsv)-$(HOST.system)) +ifneq (,$(filter $(FEATURE.qsv)-$(HOST.system),1-linux 1-freebsd)) FFMPEG.CONFIGURE.extra += --enable-vaapi FFMPEG.CONFIGURE.extra += --disable-xlib else |