[Mplayer-cvslog] CVS: main configure,1.690,1.691
Ross Finlayson CVS
rsf at mplayerhq.hu
Mon Apr 7 23:09:17 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv30608
Modified Files:
configure
Log Message:
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.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.690
retrieving revision 1.691
diff -u -r1.690 -r1.691
--- configure 4 Apr 2003 19:15:24 -0000 1.690
+++ configure 7 Apr 2003 21:08:56 -0000 1.691
@@ -2690,6 +2690,7 @@
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
More information about the MPlayer-cvslog
mailing list