From c2d5097898339fc3de25f36164626332c7162756 Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 28 Feb 2011 12:35:18 +0000 Subject: Disable opengl if no dlfcn or pthread --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 6b75b9c8..67f1b4f7 100755 --- a/configure +++ b/configure @@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.31 2011-02-28 12:32:30 phintuka Exp $ +# * $Id: configure,v 1.32 2011-02-28 12:35:18 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -332,6 +332,8 @@ check_deps(){ disabled libxine && disable x11 fb libavutil libjpeg disabled x11 && disable dbus-glib-1 xshm xrender xshape opengl xrandr xdpms xinerama vdpau disabled vdr && disable libextractor libcap + disabled dlfcn && disable opengl + disabled pthread && disable opengl disabled xrender && disable opengl disabled xshape && disable opengl } -- cgit v1.2.3