]> granicus.if.org Git - handbrake/commitdiff
lame: disable frontend
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 29 May 2018 16:38:29 +0000 (09:38 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 29 May 2018 16:38:29 +0000 (09:38 -0700)
It's not needed and can cause build errors depending on which mingw tool
chain is installed.

contrib/lame/module.defs

index 4894a0a1799b8960661859b8f0c6972f104dd57e..05c8bd01319c0cf68ed52d6d1cb6d112d9099e9f 100644 (file)
@@ -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