summaryrefslogtreecommitdiffstats
path: root/package/multimedia/tremor
diff options
context:
space:
mode:
Diffstat (limited to 'package/multimedia/tremor')
-rw-r--r--package/multimedia/tremor/Config.in7
-rw-r--r--package/multimedia/tremor/tremor.mk15
2 files changed, 0 insertions, 22 deletions
diff --git a/package/multimedia/tremor/Config.in b/package/multimedia/tremor/Config.in
deleted file mode 100644
index 2e58e0985..000000000
--- a/package/multimedia/tremor/Config.in
+++ /dev/null
@@ -1,7 +0,0 @@
-config BR2_PACKAGE_TREMOR
- bool "tremor (fixed point vorbis decoder)"
- help
- Tremor is a fixed point implementation of an Ogg Vorbis
- decoder. It provides a decoding API similar to libvorbis,
- but gives much better performance on systems without a
- floating-point unit.
diff --git a/package/multimedia/tremor/tremor.mk b/package/multimedia/tremor/tremor.mk
deleted file mode 100644
index b83601098..000000000
--- a/package/multimedia/tremor/tremor.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-############################################################
-#
-# Tremor (Integer decoder for Vorbis)
-#
-############################################################
-
-TREMOR_SITE = http://svn.xiph.org/trunk/Tremor/
-TREMOR_SITE_METHOD = svn
-TREMOR_VERSION = 18153
-
-TREMOR_AUTORECONF = YES
-TREMOR_INSTALL_STAGING = YES
-TREMOR_DEPENDENCIES = libogg
-
-$(eval $(call AUTOTARGETS))