gst-plugins-good: udp plugin needs ipv6 support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-07-22 16:34:57 +02:00
parent 7705e6e415
commit 6d249fcdfa
2 changed files with 12 additions and 8 deletions

16
CHANGES
View File

@ -18,14 +18,14 @@
berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake, berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake,
dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq, dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq,
dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk, dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk,
gst-plugins-base, gstreamer, gzip, intltool, ipsec-tools, gst-plugins-base, gst-plugins-good, gstreamer, gzip, intltool,
iptables, libart, libcgi, libdrm, libfuse, libgpg-error, ipsec-tools, iptables, libart, libcgi, libdrm, libfuse,
libidn, liblockfile, libpng, lighttpd, links, linux-fusion, libgpg-error, libidn, liblockfile, libpng, lighttpd, links,
lmbench, lrzsz, ltrace, make, module-init-tools, mplayer, linux-fusion, lmbench, lrzsz, ltrace, make, module-init-tools,
mysql_client, nbd, ncurses, neon, netcat, netperf, ntfsprogs, mplayer, mysql_client, nbd, ncurses, neon, netcat, netperf,
openssl, php, qt, quagga, sqlite, sdl, sdl_mixer, sdl_sound, ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer,
sdl_ttf, squashfs, thttpd, tn5250, tremor, usbutils, webif, sdl_sound, sdl_ttf, squashfs, thttpd, tn5250, tremor,
xkeyboard-config, xserver_xorg-server, xvkbd usbutils, webif, xkeyboard-config, xserver_xorg-server, xvkbd
Removed packages: modutils, portage, rxvt Removed packages: modutils, portage, rxvt

View File

@ -134,8 +134,12 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPECTRUM
bool "spectrum" bool "spectrum"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_UDP config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_UDP
depends on BR2_INET_IPV6
bool "udp" bool "udp"
comment "udp requires a toolchain with IPv6 support"
depends on !BR2_INET_IPV6
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX
bool "videobox" bool "videobox"