0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

mingw support, bug noticed by yepyep on irc.freenode.net

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10147 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-05-21 17:51:46 +00:00
parent baa687e141
commit 7b4c5c1242

2
configure vendored
View File

@ -4386,7 +4386,7 @@ char inbuffer[INBUFSIZE];
char outbuffer[OUTBUFSIZE];
int main(void) {
ssize_t numread;
size_t numread;
iconv_t icdsc;
char *tocode="UTF-8";
char *fromcode="cp1250";