summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-02-05 13:24:07 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-02-05 13:24:07 +0000
commitd41e54e69486083c67d5ee1d105bab7d8c7e85dc (patch)
tree444206e529238fd3cbefe34588a9bb866dfcfb71
parentc74eee7fe4ccfdee802f54bb2f17b771962a8021 (diff)
downloadbuildroot-novena-d41e54e69486083c67d5ee1d105bab7d8c7e85dc.tar.gz
buildroot-novena-d41e54e69486083c67d5ee1d105bab7d8c7e85dc.zip
mpg123: cleanup unused hunk after r25004
-rw-r--r--package/multimedia/mpg123/mpg123.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/multimedia/mpg123/mpg123.mk b/package/multimedia/mpg123/mpg123.mk
index be307b892..21ad05f7c 100644
--- a/package/multimedia/mpg123/mpg123.mk
+++ b/package/multimedia/mpg123/mpg123.mk
@@ -18,10 +18,6 @@ MPG123_USE_ALSA:=--with-audio=alsa
MPG123_ALSA_DEP:=alsa-lib
endif
-ifeq ($(BR2_PACKAGE_MPG123_ARM_UNROLL_FIX),y)
-MPG123_ARM_UNROLL_FIX:= -DMPG123_ARM_UNROLL_FIX
-endif
-
$(DL_DIR)/$(MPG123_SOURCE):
$(call DOWNLOAD,$(MPG123_SITE),$(MPG123_SOURCE))