mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 20:00:37 +00:00
disable iconv in case setlocale is disabled - compile fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12676 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e69fef945b
commit
df02e80073
@ -22,6 +22,10 @@
|
|||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef USE_SETLOCAL
|
||||||
|
#undef USE_ICONV
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_ICONV
|
#ifdef USE_ICONV
|
||||||
#include <iconv.h>
|
#include <iconv.h>
|
||||||
#ifdef USE_LANGINFO
|
#ifdef USE_LANGINFO
|
||||||
|
Loading…
Reference in New Issue
Block a user