summaryrefslogtreecommitdiffstats
path: root/contrib/lame
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2018-05-29 09:38:29 -0700
committerJohn Stebbins <[email protected]>2018-05-29 09:38:29 -0700
commitab9a2d7b3da4d62c1d4958de8c988c165e2d70dd (patch)
treebca0a61a85fc1b0bef5fb9ea1de70ae9f1464307 /contrib/lame
parent3082177036ef9bada4ec8659cb463e0b8077bb7e (diff)
lame: disable frontend
It's not needed and can cause build errors depending on which mingw tool chain is installed.
Diffstat (limited to 'contrib/lame')
-rw-r--r--contrib/lame/module.defs1
1 files changed, 1 insertions, 0 deletions
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