summaryrefslogtreecommitdiffstats
path: root/contrib
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 /contrib
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 'contrib')
-rw-r--r--contrib/libmkv/module.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libmkv/module.defs b/contrib/libmkv/module.defs
index f16f7d5ef..9aa4ba1da 100644
--- a/contrib/libmkv/module.defs
+++ b/contrib/libmkv/module.defs
@@ -4,3 +4,7 @@ $(eval $(call import.CONTRIB.defs,LIBMKV))
LIBMKV.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libmkv-0.6.5-0-g82075ae.tar.gz
LIBMKV.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; mkdir m4; autoreconf -fiv;
+
+ifeq (mingw,$(BUILD.system))
+ LIBMKV.GCC.D += random=rand srandom=srand
+endif