[MPlayer-dev-eng] [PATCH]Improve libnut auto-detection
Carl Eugen Hoyos
cehoyos at rainbow.studorg.tuwien.ac.at
Tue Jun 16 05:17:49 CEST 2009
Hi!
Currently, an old version of libnut is accepted by configure, but fails
at compile time.
I will apply attached patch soon if nobody objects, Carl Eugen
-------------- next part --------------
Index: configure
===================================================================
--- configure (Revision 29365)
+++ configure (Arbeitskopie)
@@ -7287,6 +7287,7 @@
#include <stdlib.h>
#include <inttypes.h>
#include <libnut.h>
+nut_context_tt * nut;
int main(void) { (void)nut_error(0); return 0; }
EOF
_libnut=no
More information about the MPlayer-dev-eng
mailing list