gst-plugins-good: udp plugin needs ipv6 support
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 22 Jul 2010 14:34:57 +0000 (16:34 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 22 Jul 2010 14:34:57 +0000 (16:34 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/multimedia/gst-plugins-good/Config.in

diff --git a/CHANGES b/CHANGES
index 20294f5d82b44e85569d0bcba17c1011e6cb33fe..f031cb5b9c79bf79b418d6453ebe232b6b0dcabf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        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
 
index a326dc9335f2e80ef963e4f61eb5f2e43b0a5398..3b37b5e78e64aeb56c9268a48134d5bdd74be1da 100644 (file)
@@ -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"