diff --git a/main.c b/main.c index ad167d5f..596593bc 100644 --- a/main.c +++ b/main.c @@ -61,7 +61,7 @@ time_t dispatch_clock; static LIST_HEAD(, gtimer) gtimers; pthread_mutex_t global_lock; -const char *contentpath = HTS_CONTENT_PATH "/tvheadend"; +const char *contentpath = TVHEADEND_CONTENT_PATH; static void handle_sigpipe(int x)