|
@@ -17,11 +17,9 @@ LAME_LICENSE_FILES = COPYING
|
|
# Building lame with debug symbols needs the following macros to be
|
|
# Building lame with debug symbols needs the following macros to be
|
|
# defined: _FPU_MASK_IM, _FPU_MASK_ZM, _FPU_MASK_OM.
|
|
# defined: _FPU_MASK_IM, _FPU_MASK_ZM, _FPU_MASK_OM.
|
|
# So, if BR2_ENABLE_DEBUG is selected, then we have force lame to be
|
|
# So, if BR2_ENABLE_DEBUG is selected, then we have force lame to be
|
|
-# built without debug symbols because these architectures don't have
|
|
|
|
-# those macros defined.
|
|
|
|
-ifeq ($(BR2_ENABLE_DEBUG)$(BR2_aarch64)$(BR2_arm)$(BR2_armeb)$(BR2_mips)$(BR2_mipsel)$(BR2_mips64)$(BR2_mips64el)$(BR2_xtensa),yy)
|
|
|
|
|
|
+# built without debug symbols because a number of architectures don't
|
|
|
|
+# have those macros defined.
|
|
LAME_CONF_OPTS += --disable-debug
|
|
LAME_CONF_OPTS += --disable-debug
|
|
-endif
|
|
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
|
|
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
|
|
LAME_DEPENDENCIES += libsndfile
|
|
LAME_DEPENDENCIES += libsndfile
|