Browse Source

exclude deprated API calls

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
b36afb6183
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/main.c

+ 2
- 0
daemon/main.c View File

@ -316,7 +316,9 @@ static void wpidfile(void) {
static void init_everything() {
#if !GLIB_CHECK_VERSION(2,32,0)
g_thread_init(NULL);
#endif
openlog("mediaproxy-ng", LOG_PID | LOG_NDELAY, LOG_DAEMON);
signals();
resources();


Loading…
Cancel
Save