Commit b90c5d6f authored by Johan Oudinet's avatar Johan Oudinet Committed by Thomas Petazzoni
Browse files

lame: Remove --enable-debug workaround.



This is not needed since BR2_ENABLE_DEBUG does not set this flag
anymore.

Signed-off-by: default avatarJohan Oudinet <johan.oudinet@gmail.com>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 0552a367
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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