diff options
author | Martin Storsjö <[email protected]> | 2020-04-24 15:21:58 +0300 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2021-02-20 16:22:30 -0500 |
commit | 8c7b444a92a801cc7567e890a7df9f503836857d (patch) | |
tree | 1e67ac8a6481cf1007d6824642409f5f6ca4bef1 /libhb | |
parent | fecb01262bc36d1f158e47ac6c207c7334cb4e36 (diff) |
contrib: ffmpeg: Enable the MediaFoundation encoder wrappers
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index e04d3ecfb..ef5b4095e 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -170,7 +170,7 @@ else endif LIBHB.GCC.args.extra.dylib++ += -Wl,--out-implib,$(LIBHB.lib) -LIBHB.GCC.l += bcrypt ws2_32 uuid ole32 +LIBHB.GCC.l += bcrypt ws2_32 uuid ole32 mfplat strmiids ifeq ($(HAS.dlfcn),1) LIBHB.GCC.l += dl endif |