1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 12:22:22 +00:00

Do not auto-detect old libnut installations.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29366 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2009-06-16 13:32:51 +00:00
parent 53d273ec22
commit 811779d337

1
configure vendored
View File

@ -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