diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-04-30 03:48:15 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-05 23:40:27 +0200 |
commit | 84d589a963d902849b7022091e97ec71c38ed82e (patch) | |
tree | 121dfa6b27d4e3645ce1c6a09c4fbc295d461d0c /package/multimedia/libtheora | |
parent | 33f454bbef77638a29ec24807e30740323e15b3e (diff) | |
download | buildroot-novena-84d589a963d902849b7022091e97ec71c38ed82e.tar.gz buildroot-novena-84d589a963d902849b7022091e97ec71c38ed82e.zip |
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')
-rw-r--r-- | package/multimedia/libtheora/Config.in | 9 | ||||
-rw-r--r-- | package/multimedia/libtheora/libtheora.mk | 20 |
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)) |