[MPlayer-dev-eng] PATCH (configure)

Tibcu tibcu at sch.bme.hu
Mon Nov 26 19:12:57 CET 2001


Hi!

New configure doesn't detect my DGA (X 3.3.6), so I reverted it to the old
method and it worked (of course).

/see attached patch/

                                -=+=- Tibcu -=+=-
-------------- next part --------------
--- configure-old	Mon Nov 26 18:47:15 2001
+++ configure	Mon Nov 26 18:55:45 2001
@@ -1440,7 +1440,8 @@
   cat > $TMPC << EOF
 #include <X11/Xlib.h>
 #include <X11/extensions/xf86dga.h>
-int main (void) { (void) XDGAQueryExtension(0, 0, 0); return 0; }
+//int main (void) { (void) XDGAQueryExtension(0, 0, 0); return 0; }
+int main (void) { return 0;}
 EOF
   _dga=no
   cc_check $_inc_x11 $_ld_x11 -lXxf86dga -lXxf86vm && _dga=yes


More information about the MPlayer-dev-eng mailing list