summaryrefslogtreecommitdiff
path: root/package/multimedia/libtheora
diff options
context:
space:
mode:
Diffstat (limited to 'package/multimedia/libtheora')
-rw-r--r--package/multimedia/libtheora/Config.in9
-rw-r--r--package/multimedia/libtheora/libtheora.mk20
2 files changed, 0 insertions, 29 deletions
diff --git a/package/multimedia/libtheora/Config.in b/package/multimedia/libtheora/Config.in
deleted file mode 100644
index bf20a5037..000000000
--- a/package/multimedia/libtheora/Config.in
+++ /dev/null
@@ -1,9 +0,0 @@
-config BR2_PACKAGE_LIBTHEORA
- bool "libtheora"
- select BR2_PACKAGE_LIBOGG
- select BR2_PACKAGE_LIBVORBIS
- help
- A library for the free and open video compression format "Theora"
- from the Xiph.org Foundation.
-
- http://www.theora.org/
diff --git a/package/multimedia/libtheora/libtheora.mk b/package/multimedia/libtheora/libtheora.mk
deleted file mode 100644
index 89489b787..000000000
--- a/package/multimedia/libtheora/libtheora.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#############################################################
-#
-# libtheora
-#
-#############################################################
-LIBTHEORA_VERSION = 1.1.1
-LIBTHEORA_SOURCE = libtheora-$(LIBTHEORA_VERSION).tar.bz2
-LIBTHEORA_SITE = http://downloads.xiph.org/releases/theora
-LIBTHEORA_INSTALL_STAGING = YES
-
-LIBTHEORA_CONF_OPT = \
- --disable-oggtest \
- --disable-vorbistest \
- --disable-sdltest \
- --disable-examples \
- --disable-spec
-
-LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkg-config
-
-$(eval $(call AUTOTARGETS))