summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorkomh <komh@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-19 09:12:23 +0000
committerkomh <komh@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-19 09:12:23 +0000
commit9216c6376a1e34224344a76dc7da3914e362590b (patch)
treec6bfc7498f64bdf2985c4d99801476e7c58c2678 /stream
parentfb610d5d97d3baff774c3b68acb85a988edeaf7b (diff)
downloadmpv-9216c6376a1e34224344a76dc7da3914e362590b.tar.bz2
mpv-9216c6376a1e34224344a76dc7da3914e362590b.tar.xz
Remove useless CONFIG_SETLOCALE
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30649 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/asf_mmst_streaming.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stream/asf_mmst_streaming.c b/stream/asf_mmst_streaming.c
index 6d764617a4..73eed7c43e 100644
--- a/stream/asf_mmst_streaming.c
+++ b/stream/asf_mmst_streaming.c
@@ -43,10 +43,6 @@
#include <winsock2.h>
#endif
-#ifndef CONFIG_SETLOCALE
-#undef CONFIG_ICONV
-#endif
-
#ifdef CONFIG_ICONV
#include <iconv.h>
#endif