* Don't depend on libavutil carrying the ff_get_fourcc() function.
* Try determining our IP address with hostname lookup before trying eth0 and eth1.
This commit is contained in:
@ -14,6 +14,9 @@
|
||||
int
|
||||
getifaddr(const char * ifname, char * buf, int len);
|
||||
|
||||
int
|
||||
getsysaddr(char * buf, int len);
|
||||
|
||||
int
|
||||
getifhwaddr(const char * ifname, char * buf, int len);
|
||||
|
||||
|
Reference in New Issue
Block a user