1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Fix vsscanf test.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27692 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-03 22:39:06 +00:00
parent c378cd84be
commit 8a0c673c03

2
configure vendored
View File

@ -3441,7 +3441,9 @@ echores "$_strsep"
echocheck "vsscanf()"
cat > $TMPC << EOF
#define _ISOC99_SOURCE
#include <stdarg.h>
#include <stdio.h>
int main(void) { vsscanf(0, 0, 0); return 0; }
EOF
_vsscanf=no