Skip to content

Commit

Permalink
qsv: use system libmfx on FreeBSD
Browse files Browse the repository at this point in the history
mfx_dispatcher isn't supported on FreeBSD, so link directly against
libmfx from open source edition of Intel MediaSDK. As only one
version of MediaSDK is supported it's installed under /usr/local
where other dependencies are.
  • Loading branch information
jbeich authored and bradleysepos committed Jan 23, 2020
1 parent d4a1f1b commit ef16eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/include/main.defs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ MODULES += contrib/libdvdnav
MODULES += contrib/libbluray

ifeq (1,$(FEATURE.qsv))
ifeq (,$(filter $(HOST.system),freebsd))
MODULES += contrib/libmfx
endif
endif

ifeq (1,$(FEATURE.vce))
MODULES += contrib/amf
Expand Down

0 comments on commit ef16eb2

Please sign in to comment.