# HG changeset patch # User alex # Date 1088243717 0 # Node ID 7c5dee73a7dc3c3f6f6efe996bc680f7bbfe32dd # Parent 0392f36045f4d6bb033aebb82e73d10513271c66 disable iconv in case setlocale is disabled - compile fix diff -r 0392f36045f4 -r 7c5dee73a7dc libmpdemux/asf_mmst_streaming.c --- a/libmpdemux/asf_mmst_streaming.c Sat Jun 26 09:54:02 2004 +0000 +++ b/libmpdemux/asf_mmst_streaming.c Sat Jun 26 09:55:17 2004 +0000 @@ -22,6 +22,10 @@ #include #endif +#ifndef USE_SETLOCAL +#undef USE_ICONV +#endif + #ifdef USE_ICONV #include #ifdef USE_LANGINFO