summaryrefslogtreecommitdiffstats
path: root/libhb/module.defs
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-05-01 00:01:23 +0000
committerjstebbins <[email protected]>2015-05-01 00:01:23 +0000
commitcfa581358236771076493b1e4c236ddf689af558 (patch)
tree92fb186c3dc63bcabf281cf8a16fd6fb0c0ef380 /libhb/module.defs
parente6fcf2f40c2628f7780d4841549f5d291024ae9f (diff)
libhb: fix mingw link, undefined symbol CoTaskMemFree
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7141 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/module.defs')
-rw-r--r--libhb/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/module.defs b/libhb/module.defs
index 445d66433..3d7d55ee3 100644
--- a/libhb/module.defs
+++ b/libhb/module.defs
@@ -171,7 +171,7 @@ else
endif
LIBHB.GCC.args.extra.dylib++ += -Wl,--out-implib,$(LIBHB.lib)
-LIBHB.GCC.l += ws2_32 uuid
+LIBHB.GCC.l += ws2_32 uuid ole32
ifeq ($(HAS.dlfcn),1)
LIBHB.GCC.l += dl
endif