diff --git a/libavformat/udp.c b/libavformat/udp.c
index 8699c1c..2753e5f 100644
|
a
|
b
|
static int udp_set_multicast_sources(URLContext *h,
|
| 278 | 278 | int addr_len, char **sources, |
| 279 | 279 | int nb_sources, int include) |
| 280 | 280 | { |
| 281 | | #if HAVE_STRUCT_GROUP_SOURCE_REQ && defined(MCAST_BLOCK_SOURCE) && !defined(_WIN32) |
| | 281 | #if HAVE_STRUCT_GROUP_SOURCE_REQ && defined(MCAST_BLOCK_SOURCE) && !defined(_WIN32) && (!defined(TARGET_OS_TV) || !TARGET_OS_TV) |
| 282 | 282 | /* These ones are available in the microsoft SDK, but don't seem to work |
| 283 | 283 | * as on linux, so just prefer the v4-only approach there for now. */ |
| 284 | 284 | int i; |