mirror of https://github.com/mpv-player/mpv
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>
|
||||
#endif
|
||||
|
||||
#ifndef USE_SETLOCAL
|
||||
#undef USE_ICONV
|
||||
#endif
|
||||
|
||||
#ifdef USE_ICONV
|
||||
#include <iconv.h>
|
||||
#ifdef USE_LANGINFO
|
||||
|
|
Loading…
Reference in New Issue