summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofafor <rofafor>2011-02-28 17:15:49 +0000
committerrofafor <rofafor>2011-02-28 17:15:49 +0000
commit9e95bc765ec7266b7bd5cb45d44705135e1f8efe (patch)
tree995c117c344109e778b76990bd2ae8788e84acf0
parent557fbdf2988ae6c5df20a920fc73b31fe556f4e7 (diff)
downloadxineliboutput-9e95bc765ec7266b7bd5cb45d44705135e1f8efe.tar.gz
xineliboutput-9e95bc765ec7266b7bd5cb45d44705135e1f8efe.tar.bz2
Reverted the HAVE_DLFCN hack.
-rw-r--r--xine_sxfe_frontend.c4
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