kumquat-buildroot/package/multimedia/swfdec/Config.in
Emmanuel Riou 19dde3a7aa Add Swfdec Free flash library
Peter: fixed kconfig (missing/wrong dependencies, text, trailing spaces)
and makefile typo (ohost-pkgconfig).

Signed-off-by: Emmanuel Riou <riou.emmanuel@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-29 11:34:26 +02:00

30 lines
688 B
Plaintext

config BR2_PACKAGE_SWFDEC
bool "swfdec"
select BR2_PACKAGE_LIBOIL
select BR2_PACKAGE_ALSA_LIB
select BR2_PACKAGE_PANGO
select BR2_PACKAGE_CAIRO
select BR2_PACKAGE_CAIRO_PNG
help
Library to play Flash files
http://swfdec.freedesktop.org/
config BR2_PACKAGE_SWFDEC_GTK_SUPPORT
bool "gtk support"
depends on BR2_PACKAGE_SWFDEC
depends on BR2_PACKAGE_LIBGTK2
select BR2_PACKAGE_LIBSOUP
help
Swfdec-gtk library is used for easy integration
of swfdec in GTK applications
config BR2_PACKAGE_SWFDEC_GSTREAMER
bool "gstreamer support"
depends on BR2_PACKAGE_SWFDEC
select BR2_PACKAGE_GSTREAMER
select BR2_PACKAGE_GST_PLUGINS_BASE
help
Enables GStreamer support