[MPlayer-dev-eng] Fwd: small configure bugs?

Arpi arpi at thot.banki.hu
Wed Nov 28 10:21:22 CET 2001


--------- Forwarded message ---------
From: Burt Holzman <burt at bnl.gov>
To: arpi at thot.banki.hu
Subject: small configure bugs?

A'rpi,

Kickass player.  
Found two buglets; one I didn't have time to patch.  spudec_new has a
dvd_priv_t
as an argument, which is defined in libmpdemux/stream.h only if
USE_DVDREAD
is defined. 

Think I also found a small bug in ./configure autodetection of DGA
(this is RH 6.2 stock install, XFree 3.3.6)

This patch look ok?

--- configure   Wed Nov 28 01:25:44 2001
+++ configure.bak       Wed Nov 28 01:25:32 2001
@@ -1444,7 +1444,7 @@
   cat > $TMPC << EOF
 #include <X11/Xlib.h>
 #include <X11/extensions/xf86dga.h>
-int main (void) { (void) XF86DGAQueryExtension(0, 0, 0); return 0; }
+int main (void) { (void) XDGAQueryExtension(0, 0, 0); return 0; }
 EOF
   _dga=no
   cc_check $_inc_x11 $_ld_x11 -lXxf86dga -lXxf86vm && _dga=yes





More information about the MPlayer-dev-eng mailing list