diff options
-rw-r--r-- | xine_sxfe_frontend.c | 4 |
1 files 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 <GL/glx.h> -# ifdef HAVE_VDR // HAVE_DLFCN +# ifdef HAVE_DLFCN # include <dlfcn.h> # endif # ifdef HAVE_PTHREAD |