[vlc-commits] Set enable_non_utf8 to "no" on OS/2.

KO Myung-Hun git at videolan.org
Mon Oct 10 17:39:55 CEST 2011


vlc | branch: master | KO Myung-Hun <komh at chollian.net> | Mon Oct 10 20:43:53 2011 +0900| [b1b7dd8dabaf5718c4509daa404431a397f97f94] | committer: Rémi Denis-Courmont

Set enable_non_utf8 to "no" on OS/2.

OS/2 does not use UTF-8 file systems at all.

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1b7dd8dabaf5718c4509daa404431a397f97f94
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 369cc08..ca7351c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -841,7 +841,7 @@ dnl Manual switch for UTF-8
 AC_ARG_ENABLE(non-utf8,
   [AS_HELP_STRING([--enable-non-utf8],
     [support legacy non-UTF-8 systems (default disabled)])],, [
-  AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce"], [
+  AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce" -o "${SYS}" = "os2"], [
     enable_non_utf8="no"
   ])
 ])



More information about the vlc-commits mailing list