Multiple video backend in single executable

This commit is contained in:
Iwan Timmer
2015-05-14 14:36:58 +02:00
parent 5982631e07
commit c052190c2f
10 changed files with 95 additions and 21 deletions

View File

@@ -64,6 +64,8 @@ static void stream(STREAM_CONFIGURATION* config, const char* address, const char
client_start_app(config, address, appId, sops, localaudio);
video_init();
struct addrinfo hints, *res;
memset(&hints, 0, sizeof(hints));
hints.ai_family = AF_INET;