From 78f2400f0f78715017c5ee596c717540825f24c4 Mon Sep 17 00:00:00 2001 From: konablend Date: Sat, 8 Sep 2012 20:59:47 +0000 Subject: 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 --- contrib/libmkv/module.defs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib') 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 -- cgit v1.2.3