summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorMartin Storsjö <[email protected]>2020-04-24 15:21:58 +0300
committerBradley Sepos <[email protected]>2021-02-20 16:22:30 -0500
commit8c7b444a92a801cc7567e890a7df9f503836857d (patch)
tree1e67ac8a6481cf1007d6824642409f5f6ca4bef1 /gtk
parentfecb01262bc36d1f158e47ac6c207c7334cb4e36 (diff)
contrib: ffmpeg: Enable the MediaFoundation encoder wrappers
Diffstat (limited to 'gtk')
-rw-r--r--gtk/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac
index d336d8d66..088e5b413 100644
--- a/gtk/configure.ac
+++ b/gtk/configure.ac
@@ -231,7 +231,7 @@ case $host in
if test "x$use_libpthread" = "xyes" ; then
HB_LIBS="$HB_LIBS -lpthread"
fi
- HB_LIBS="$HB_LIBS -lbcrypt -lregex -luuid -lole32"
+ HB_LIBS="$HB_LIBS -lbcrypt -lregex -luuid -lole32 -lmfplat -lstrmiids"
;;
*-*-freebsd*)
HB_LIBS="$HB_LIBS -lpthread"