From df02e80073f447861ddf10834109c406750e4c34 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 26 Jun 2004 09:55:17 +0000 Subject: [PATCH] disable iconv in case setlocale is disabled - compile fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12676 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/asf_mmst_streaming.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libmpdemux/asf_mmst_streaming.c b/libmpdemux/asf_mmst_streaming.c index ec8ec2af97..7059096da0 100644 --- a/libmpdemux/asf_mmst_streaming.c +++ b/libmpdemux/asf_mmst_streaming.c @@ -22,6 +22,10 @@ #include #endif +#ifndef USE_SETLOCAL +#undef USE_ICONV +#endif + #ifdef USE_ICONV #include #ifdef USE_LANGINFO