summaryrefslogtreecommitdiffstats
path: root/libhb/module.defs
diff options
context:
space:
mode:
authorkonablend <[email protected]>2012-09-08 20:59:47 +0000
committerkonablend <[email protected]>2012-09-08 20:59:47 +0000
commit78f2400f0f78715017c5ee596c717540825f24c4 (patch)
treef358d9a406d90cd403801f2bd854e417b1290f35 /libhb/module.defs
parent8bdaf62855e06248bdf4c4d5b22d9051f092ad27 (diff)
Remove mingw+libmkv dependency on libiberty.
Remove mingw+test dependency on libiberty. Add build system support for propagating compiler DEFINES to contrib configure. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4942 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 022d30621..e5c5650fa 100644
--- a/libhb/module.defs
+++ b/libhb/module.defs
@@ -127,7 +127,7 @@ else
endif
LIBHB.GCC.args.extra.dylib++ += -Wl,--out-implib,$(LIBHB.lib)
-LIBHB.GCC.l += iberty ws2_32
+LIBHB.GCC.l += ws2_32
ifeq ($(HAS.dlfcn),1)
LIBHB.GCC.l += dl
endif