diff options
author | John Stebbins <[email protected]> | 2016-08-08 13:53:04 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-08-08 13:55:08 -0700 |
commit | cc9c3520326449666a9c8a57323bbf6fb4544ffa (patch) | |
tree | 73106262084337cbd651c63524881f303535c7ec | |
parent | dfab1ce11c784b99e257acfb439c79936f9cf17b (diff) |
lame: enable debug symbols...
... when --dedug configure option is not "none"
-rw-r--r-- | contrib/lame/module.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/lame/module.defs b/contrib/lame/module.defs index 009dba113..bbacc9691 100644 --- a/contrib/lame/module.defs +++ b/contrib/lame/module.defs @@ -5,6 +5,10 @@ LAME.FETCH.url = http://download.handbrake.fr/handbrake/contrib/lame-3.98.tar.gz LAME.FETCH.md5 = 7036b52e792538fd665595d56b9e49a0 LAME.EXTRACT.tarbase = lame +ifneq (none,$(FFMPEG.GCC.g)) + LAME.CONFIGURE.extra += --enable-debug +endif + # TODO: Upstream archive differs #LAME.FETCH.url = http://sourceforge.net/projects/lame/files/lame/3.98/lame-398.tar.gz #LAME.FETCH.md5 = f44b9f8e1b5d8835d0a77f9cc9cedd1c |