|
@@ -2,16 +2,16 @@ config BR2_PACKAGE_GST_FFMPEG
|
|
bool "gst-ffmpeg"
|
|
bool "gst-ffmpeg"
|
|
depends on BR2_PACKAGE_GSTREAMER
|
|
depends on BR2_PACKAGE_GSTREAMER
|
|
select BR2_PACKAGE_GST_PLUGINS_BASE
|
|
select BR2_PACKAGE_GST_PLUGINS_BASE
|
|
- select BR2_PACKAGE_LIBOIL
|
|
|
|
select BR2_PACKAGE_FFMPEG
|
|
select BR2_PACKAGE_FFMPEG
|
|
select BR2_PACKAGE_FFMPEG_GPL
|
|
select BR2_PACKAGE_FFMPEG_GPL
|
|
select BR2_PACKAGE_FFMPEG_POSTPROC
|
|
select BR2_PACKAGE_FFMPEG_POSTPROC
|
|
select BR2_PACKAGE_FFMPEG_SWSCALE
|
|
select BR2_PACKAGE_FFMPEG_SWSCALE
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_LARGEFILE
|
|
|
|
+ depends on BR2_INET_IPV6
|
|
help
|
|
help
|
|
GStreamer plugin using FFmpeg.
|
|
GStreamer plugin using FFmpeg.
|
|
|
|
|
|
http://gstreamer.freedesktop.org/
|
|
http://gstreamer.freedesktop.org/
|
|
|
|
|
|
-comment "gst-ffmpeg requires a toolchain with LARGEFILE support"
|
|
|
|
- depends on !BR2_LARGEFILE
|
|
|
|
|
|
+comment "gst-ffmpeg requires a toolchain with LARGEFILE and IPV6 support"
|
|
|
|
+ depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
|