mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
mplayer: Only enable IPv6 if BR2_INET_IPV6 is set
This fixes false positive IPv6 detection. Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
79f77bf925
commit
2ba4eedeee
@@ -153,6 +153,9 @@ define MPLAYER_FIXUP_IPV6_MREQ_DETECTION
|
||||
endef
|
||||
|
||||
MPLAYER_POST_CONFIGURE_HOOKS += MPLAYER_FIXUP_IPV6_MREQ_DETECTION
|
||||
MPLAYER_CONF_OPTS += --disable-inet6
|
||||
else
|
||||
MPLAYER_CONF_OPTS += --enable-inet6
|
||||
endif
|
||||
|
||||
define MPLAYER_BUILD_CMDS
|
||||
|
||||
Reference in New Issue
Block a user