summaryrefslogtreecommitdiff
path: root/package/lame
diff options
context:
space:
mode:
authorJohan Oudinet <johan.oudinet@gmail.com>2015-03-12 16:12:26 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-05 16:25:06 +0200
commitb90c5d6f18c9823d7112249505d532572bc3080f (patch)
tree9f980a4642342ae9675154d8916f2f2962b6fe14 /package/lame
parent0552a367dbdc27a211daaac3359d81dd537e384f (diff)
lame: Remove --enable-debug workaround.
This is not needed since BR2_ENABLE_DEBUG does not set this flag anymore. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lame')
-rw-r--r--package/lame/lame.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/lame/lame.mk b/package/lame/lame.mk
index e47e0af1f..dcd155f47 100644
--- a/package/lame/lame.mk
+++ b/package/lame/lame.mk
@@ -14,13 +14,6 @@ LAME_CONF_OPTS = --enable-dynamic-frontends
LAME_LICENSE = LGPLv2+
LAME_LICENSE_FILES = COPYING
-# Building lame with debug symbols needs the following macros to be
-# defined: _FPU_MASK_IM, _FPU_MASK_ZM, _FPU_MASK_OM.
-# So, if BR2_ENABLE_DEBUG is selected, then we have force lame to be
-# built without debug symbols because a number of architectures don't
-# have those macros defined.
-LAME_CONF_OPTS += --disable-debug
-
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
LAME_DEPENDENCIES += libsndfile
LAME_CONF_OPTS += --with-fileio=sndfile