[MPlayer-cvslog] r29366 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Tue Jun 16 15:32:51 CEST 2009
Author: cehoyos
Date: Tue Jun 16 15:32:51 2009
New Revision: 29366
Log:
Do not auto-detect old libnut installations.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jun 14 23:09:35 2009 (r29365)
+++ trunk/configure Tue Jun 16 15:32:51 2009 (r29366)
@@ -7287,6 +7287,7 @@ if test "$_libnut" = auto ; then
#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-cvslog
mailing list