summaryrefslogtreecommitdiffstats
path: root/package/gstreamer/gst-ffmpeg/Config.in
blob: d879f5ed48338ec02a7f3dd3157831fa9fd76828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BR2_PACKAGE_GST_FFMPEG
	bool "gst-ffmpeg"
	select BR2_PACKAGE_GST_PLUGINS_BASE
	depends on BR2_LARGEFILE
	depends on BR2_INET_IPV6
	help
	  GStreamer plugin using FFmpeg.

	  http://gstreamer.freedesktop.org/

comment "gst-ffmpeg needs a toolchain w/ largefile, IPv6"
	depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
OpenPOWER on IntegriCloud