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

Peter Korsgaard jacmet at sunsite.dk
Tue Sep 14 19:34:39 UTC 2010


>>>>> "Frederik" == Frederik Pasch <fpasch at googlemail.com> writes:

Hi,

 >> 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"


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

Yes, it uses IPV6_* defines.

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

Also with version 0.10.6? Here I have

  CC    gstudp-enumtypes.o
gstudpnetutils.c: In function 'gst_udp_set_loop_ttl':
gstudpnetutils.c:145: error: 'IPV6_MULTICAST_LOOP' undeclared (first use in this function)
gstudpnetutils.c:145: error: (Each undeclared identifier is reported only once
gstudpnetutils.c:145: error: for each function it appears in.)
gstudpnetutils.c:150: error: 'IPV6_MULTICAST_HOPS' undeclared (first use in this function)

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list