summaryrefslogtreecommitdiff
path: root/package/multimedia/libtheora/libtheora.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-04-30 03:48:15 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-05 23:40:27 +0200
commit84d589a963d902849b7022091e97ec71c38ed82e (patch)
tree121dfa6b27d4e3645ce1c6a09c4fbc295d461d0c /package/multimedia/libtheora/libtheora.mk
parent33f454bbef77638a29ec24807e30740323e15b3e (diff)
package/multimedia: move multimedia libraries out
Move multimedia libraries ouf of the Audio and Video category into the Libraries/Multimedia one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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))