Make tvheadend compile again.

This commit is contained in:
Andreas Öman 2009-01-19 19:04:52 +00:00
parent 2bd3e4330e
commit 34573946fb

2
main.c
View file

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