#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
This commit is contained in:
rsf 2003-04-07 21:08:56 +00:00
parent ef73a3e7e4
commit 4cc80e1795
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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