summaryrefslogtreecommitdiffstats
path: root/contrib/libmkv/module.defs
blob: 9aa4ba1dad8d55092393410219066666ba2bc7b8 (plain)
1
2
3
4
5
6
7
8
9
10
$(eval $(call import.MODULE.defs,LIBMKV,libmkv))
$(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