From ab9a2d7b3da4d62c1d4958de8c988c165e2d70dd Mon Sep 17 00:00:00 2001 From: John Stebbins <jstebbins.hb@gmail.com> Date: Tue, 29 May 2018 09:38:29 -0700 Subject: [PATCH] lame: disable frontend It's not needed and can cause build errors depending on which mingw tool chain is installed. --- contrib/lame/module.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/lame/module.defs b/contrib/lame/module.defs index 4894a0a17..05c8bd013 100644 --- a/contrib/lame/module.defs +++ b/contrib/lame/module.defs @@ -5,6 +5,7 @@ LAME.FETCH.url = https://download.handbrake.fr/handbrake/contrib/lame-3.100. LAME.FETCH.url += https://sourceforge.net/projects/lame/files/lame/3.100/lame-3.100.tar.gz LAME.FETCH.sha256 = ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e +LAME.CONFIGURE.extra += --disable-frontend ifneq (none,$(FFMPEG.GCC.g)) LAME.CONFIGURE.extra += --enable-debug endif -- 2.40.0