mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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:
committed by
Peter Korsgaard
parent
33f454bbef
commit
84d589a963
5
package/libogg/Config.in
Normal file
5
package/libogg/Config.in
Normal 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
13
package/libogg/libogg.mk
Normal 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))
|
||||
Reference in New Issue
Block a user