summaryrefslogtreecommitdiffstats
path: root/package/multimedia/libtheora/libtheora.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/multimedia/libtheora/libtheora.mk')
-rw-r--r--package/multimedia/libtheora/libtheora.mk20
1 files changed, 0 insertions, 20 deletions
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))