summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-07 21:08:56 +0000
committerrsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-07 21:08:56 +0000
commit4cc80e179556fcb00bb6f589ccd49ae506b03866 (patch)
tree3588c3c55713b3f33a920c0c5ca0bb0495db2a01 /configure
parentef73a3e7e4d72e5f31e55dd71cd0c67efc957927 (diff)
downloadmpv-4cc80e179556fcb00bb6f589ccd49ae506b03866.tar.bz2
mpv-4cc80e179556fcb00bb6f589ccd49ae506b03866.tar.xz
Added
#include <X11/XF86keysym.h> to the XF86VM test, because "libvo/x11_common.c" requires that that #include file exist in order for the XF86VM-specific code to compile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9877 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1632c37817..6a249df5b1 100755
--- a/configure
+++ b/configure
@@ -2690,6 +2690,7 @@ if test "$_x11" = yes && test "$_vm" != no ; then
cat > $TMPC <<EOF
#include <X11/Xlib.h>
#include <X11/extensions/xf86vmode.h>
+#include <X11/XF86keysym.h>
int main(void) { (void) XF86VidModeQueryExtension(0, 0, 0); return 0; }
EOF
_vm=no