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>
This commit is contained in:
Gustavo Zacarias
2012-04-30 03:48:15 +00:00
committed by Peter Korsgaard
parent 33f454bbef
commit 84d589a963
19 changed files with 11 additions and 8 deletions

5
package/libogg/Config.in Normal file
View File

@@ -0,0 +1,5 @@
config BR2_PACKAGE_LIBOGG
bool "libogg"
help
Ogg is the name of Xiph.org's container format for audio,
video, and metadata

13
package/libogg/libogg.mk Normal file
View File

@@ -0,0 +1,13 @@
#############################################################
#
# libogg
#
#############################################################
LIBOGG_VERSION = 1.3.0
LIBOGG_SOURCE = libogg-$(LIBOGG_VERSION).tar.gz
LIBOGG_SITE = http://downloads.xiph.org/releases/ogg
LIBOGG_INSTALL_STAGING = YES
LIBOGG_DEPENDENCIES = host-pkg-config
$(eval $(call AUTOTARGETS))