From 9e95bc765ec7266b7bd5cb45d44705135e1f8efe Mon Sep 17 00:00:00 2001 From: rofafor Date: Mon, 28 Feb 2011 17:15:49 +0000 Subject: Reverted the HAVE_DLFCN hack. --- xine_sxfe_frontend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index 1d5be604..464739c1 100644 --- a/xine_sxfe_frontend.c +++ b/xine_sxfe_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_sxfe_frontend.c,v 1.149 2011-02-26 17:16:19 rofafor Exp $ + * $Id: xine_sxfe_frontend.c,v 1.150 2011-02-28 17:15:49 rofafor Exp $ * */ @@ -43,7 +43,7 @@ #ifdef HAVE_OPENGL # include -# ifdef HAVE_VDR // HAVE_DLFCN +# ifdef HAVE_DLFCN # include # endif # ifdef HAVE_PTHREAD -- cgit v1.2.3