10l, add new function parameters to resolve_destination for !config_network too
Originally committed as revision 24917 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cc83027c67
commit
1272ae7e50
@ -104,7 +104,8 @@ static void resolve_destination(char *dest_addr, int size, char *type,
|
|||||||
freeaddrinfo(ai);
|
freeaddrinfo(ai);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static void resolve_destination(char *dest_addr, int size)
|
static void resolve_destination(char *dest_addr, int size, char *type,
|
||||||
|
int type_size)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user