summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2011-02-28 12:35:18 +0000
committerphintuka <phintuka>2011-02-28 12:35:18 +0000
commitc2d5097898339fc3de25f36164626332c7162756 (patch)
tree1ad1eea62460e3fb9628bc96c748b5dc3b9a0552
parentb1b98d41086bd5919ae45bad038695a0d52f7224 (diff)
downloadxineliboutput-c2d5097898339fc3de25f36164626332c7162756.tar.gz
xineliboutput-c2d5097898339fc3de25f36164626332c7162756.tar.bz2
Disable opengl if no dlfcn or pthread
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
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
}