Commit 6d249fcd authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

gst-plugins-good: udp plugin needs ipv6 support

parent 7705e6e4
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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"