* 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:
Justin Maggard
2009-02-02 22:10:39 +00:00
parent 7e30949498
commit 3f454a5762
4 changed files with 33 additions and 4 deletions

View File

@ -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);