From 4cc80e179556fcb00bb6f589ccd49ae506b03866 Mon Sep 17 00:00:00 2001 From: rsf Date: Mon, 7 Apr 2003 21:08:56 +0000 Subject: [PATCH] Added #include 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 --- configure | 1 + 1 file changed, 1 insertion(+) 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 < #include +#include int main(void) { (void) XF86VidModeQueryExtension(0, 0, 0); return 0; } EOF _vm=no