mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03: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
15
package/libmms/Config.in
Normal file
15
package/libmms/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_LIBMMS
|
||||
bool "libmms"
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
LibMMS is a common library for parsing mms:// and mmsh://
|
||||
type network streams. These are commonly used to stream
|
||||
Windows Media Video content over the web. LibMMS itself is
|
||||
only for receiving MMS stream, it doesn't handle sending at
|
||||
all.
|
||||
|
||||
http://launchpad.net/libmms
|
||||
|
||||
comment "libmms requires a toolchain with WCHAR support"
|
||||
depends on !BR2_USE_WCHAR
|
||||
14
package/libmms/libmms.mk
Normal file
14
package/libmms/libmms.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
#############################################################
|
||||
#
|
||||
# libmms
|
||||
#
|
||||
#############################################################
|
||||
LIBMMS_VERSION = 0.6.2
|
||||
LIBMMS_SOURCE = libmms-$(LIBMMS_VERSION).tar.gz
|
||||
LIBMMS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libmms
|
||||
|
||||
LIBMMS_INSTALL_STAGING = YES
|
||||
|
||||
LIBMMS_DEPENDENCIES = host-pkg-config libglib2
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
Reference in New Issue
Block a user