From: John Stebbins Date: Tue, 29 May 2018 16:38:29 +0000 (-0700) Subject: lame: disable frontend X-Git-Tag: 1.2.0~436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab9a2d7b3da4d62c1d4958de8c988c165e2d70dd;p=handbrake lame: disable frontend It's not needed and can cause build errors depending on which mingw tool chain is installed. --- 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