summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-16 13:32:51 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-16 13:32:51 +0000
commit811779d33736b26ffabf6986de662988183ba2db (patch)
treeae49081185282f3efd36060b0098e10ca3979c00
parent53d273ec22c2e662e2974c6e8cd1a7895ca06549 (diff)
downloadmpv-811779d33736b26ffabf6986de662988183ba2db.tar.bz2
mpv-811779d33736b26ffabf6986de662988183ba2db.tar.xz
Do not auto-detect old libnut installations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29366 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b934017f9c..d25e42a9a2 100755
--- a/configure
+++ b/configure
@@ -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