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

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