Skip to content

Commit

Permalink
lame: disable frontend
Browse files Browse the repository at this point in the history
It's not needed and can cause build errors depending on which mingw tool
chain is installed.
  • Loading branch information
jstebbins committed May 29, 2018
1 parent 3082177 commit ab9a2d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/lame/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab9a2d7

Please sign in to comment.