2
1
Эх сурвалжийг харах

gst-plugins-good: udp plugin needs ipv6 support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 жил өмнө
parent
commit
6d249fcdfa

+ 8 - 8
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
 

+ 4 - 0
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"