diff options
author | konablend <[email protected]> | 2012-09-08 20:59:47 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2012-09-08 20:59:47 +0000 |
commit | 78f2400f0f78715017c5ee596c717540825f24c4 (patch) | |
tree | f358d9a406d90cd403801f2bd854e417b1290f35 /libhb | |
parent | 8bdaf62855e06248bdf4c4d5b22d9051f092ad27 (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')
-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 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 |