mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
libavformat/network: fix function duplication
Since the function used to be exposed for ffserver's sake, it was renamed to the same name as a system's aton function which caused a collision. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
parent
7c6125cbcc
commit
c693af1951
1 changed files with 0 additions and 5 deletions
|
|
@ -60,11 +60,6 @@ static int inet_aton(const char *str, struct in_addr *add)
|
|||
|
||||
return 1;
|
||||
}
|
||||
#else
|
||||
static int inet_aton(const char *str, struct in_addr *add)
|
||||
{
|
||||
return inet_aton(str, add);
|
||||
}
|
||||
#endif /* !HAVE_INET_ATON */
|
||||
|
||||
#if !HAVE_GETADDRINFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue