* [Buildroot] [git commit master 1/1] gst-plugins-good: udp plugin needs ipv6 support
@ 2010-07-22 14:34 Peter Korsgaard
2010-09-14 8:57 ` Frederik Pasch
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2010-07-22 14:34 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=6d249fcdface15ae236b7eb71dc84d8e3c28f417
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
CHANGES | 16 ++++++++--------
package/multimedia/gst-plugins-good/Config.in | 4 ++++
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/CHANGES b/CHANGES
index 20294f5..f031cb5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,14 +18,14 @@
berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake,
dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq,
dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk,
- gst-plugins-base, gstreamer, gzip, intltool, ipsec-tools,
- iptables, libart, libcgi, libdrm, libfuse, libgpg-error,
- libidn, liblockfile, libpng, lighttpd, links, linux-fusion,
- lmbench, lrzsz, ltrace, make, module-init-tools, mplayer,
- mysql_client, nbd, ncurses, neon, netcat, netperf, ntfsprogs,
- openssl, php, qt, quagga, sqlite, sdl, sdl_mixer, sdl_sound,
- sdl_ttf, squashfs, thttpd, tn5250, tremor, usbutils, webif,
- xkeyboard-config, xserver_xorg-server, xvkbd
+ gst-plugins-base, gst-plugins-good, gstreamer, gzip, intltool,
+ ipsec-tools, iptables, libart, libcgi, libdrm, libfuse,
+ libgpg-error, libidn, liblockfile, libpng, lighttpd, links,
+ linux-fusion, lmbench, lrzsz, ltrace, make, module-init-tools,
+ mplayer, mysql_client, nbd, ncurses, neon, netcat, netperf,
+ ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer,
+ sdl_sound, sdl_ttf, squashfs, thttpd, tn5250, tremor,
+ usbutils, webif, xkeyboard-config, xserver_xorg-server, xvkbd
Removed packages: modutils, portage, rxvt
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"
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [git commit master 1/1] gst-plugins-good: udp plugin needs ipv6 support
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
0 siblings, 1 reply; 3+ messages in thread
From: Frederik Pasch @ 2010-09-14 8:57 UTC (permalink / raw)
To: buildroot
2010/7/22 Peter Korsgaard <jacmet@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [git commit master 1/1] gst-plugins-good: udp plugin needs ipv6 support
2010-09-14 8:57 ` Frederik Pasch
@ 2010-09-14 19:34 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-09-14 19:34 UTC (permalink / raw)
To: buildroot
>>>>> "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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-14 19:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox