summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-07-20 18:09:15 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-07-20 19:18:28 +0530
commita163dff91dd556c41c5c3f95c98f31bc784d7019 (patch)
tree89fbfea7601706411cdfa366bd2f67b6a6f87246 /configure.ac
parent6e3f493a96fe95409d530c8b1ca53fedbace05b2 (diff)
downloadgstreamer-plugins-bad-a163dff91dd556c41c5c3f95c98f31bc784d7019.tar.gz
decklink: Fix building with MSYS2's MinGW
Reported and tested by Philippe Renon. https://bugzilla.gnome.org/show_bug.cgi?id=784943
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0107501cc..5bd76a0dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2256,7 +2256,7 @@ AG_GST_CHECK_FEATURE(DECKLINK, [decklink], decklink, [
*-mingw*)
HAVE_DECKLINK=yes
DECKLINK_CXXFLAGS=
- DECKLINK_LIBS="-loleaut32"
+ DECKLINK_LIBS="-lole32 -loleaut32"
HAVE_DECKLINK_WIN=yes
;;
*)