diff options
author | phintuka <phintuka> | 2011-02-28 12:35:18 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2011-02-28 12:35:18 +0000 |
commit | c2d5097898339fc3de25f36164626332c7162756 (patch) | |
tree | 1ad1eea62460e3fb9628bc96c748b5dc3b9a0552 | |
parent | b1b98d41086bd5919ae45bad038695a0d52f7224 (diff) | |
download | xineliboutput-c2d5097898339fc3de25f36164626332c7162756.tar.gz xineliboutput-c2d5097898339fc3de25f36164626332c7162756.tar.bz2 |
Disable opengl if no dlfcn or pthread
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 } |