mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-05 23:34:35 +08:00
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:
@ -104,7 +104,8 @@ static void resolve_destination(char *dest_addr, int size, char *type,
|
||||
freeaddrinfo(ai);
|
||||
}
|
||||
#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
|
||||
|
Reference in New Issue
Block a user