Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@sunsite.dk>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit master 1/1] gst-plugins-good: udp plugin needs ipv6 support
Date: Tue, 14 Sep 2010 21:34:39 +0200	[thread overview]
Message-ID: <878w346rw0.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <AANLkTi=8jNQgz9pzBUJZWminQfXe7BM0_-AfikoKcexG@mail.gmail.com> (Frederik Pasch's message of "Tue, 14 Sep 2010 10:57:54 +0200")

>>>>> "Frederik" == Frederik Pasch <fpasch@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

      reply	other threads:[~2010-09-14 19:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-22 14:34 [Buildroot] [git commit master 1/1] gst-plugins-good: udp plugin needs ipv6 support Peter Korsgaard
2010-09-14  8:57 ` Frederik Pasch
2010-09-14 19:34   ` Peter Korsgaard [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878w346rw0.fsf@macbook.be.48ers.dk \
    --to=jacmet@sunsite.dk \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox