[Buildroot] [git commit master 1/1] gst-plugins-good: udp plugin needs ipv6 support

Frederik Pasch fpasch at googlemail.com
Tue Sep 14 08:57:54 UTC 2010


2010/7/22 Peter Korsgaard <jacmet at sunsite.dk>:
>
> commit: http://git.buildroot.net/buildroot/commit/?id=6d249fcdface15ae236b7eb71dc84d8e3c28f417
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> diff --git a/package/multimedia/gst-plugins-good/Config.in b/package/multimedia/gst-plugins-good/Config.in
> index a326dc9..3b37b5e 100644
> --- a/package/multimedia/gst-plugins-good/Config.in
> +++ b/package/multimedia/gst-plugins-good/Config.in
> @@ -134,8 +134,12 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPECTRUM
>        bool "spectrum"
>
>  config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_UDP
> +       depends on BR2_INET_IPV6
>        bool "udp"
>
> +comment "udp requires a toolchain with IPv6 support"
> +       depends on !BR2_INET_IPV6
> +
>  config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX
>        bool "videobox"


Is there a reason why the udp-plugin shouldn't work with ipv4-only toolchains?

On my IPv4-only system the udpsrc-element of gst-plugins-good works as
expected...

Frederik Pasch



More information about the buildroot mailing list