vlc | branch: master | KO Myung-Hun <[email protected]> | Thu Mar  3 22:06:55 
2011 +0900| [45af74bb91f152112eb16f95fa716a2b066b8e8e] | committer: Rémi 
Duraffort

Basic configuration for OS/2

Signed-off-by: Rémi Duraffort <[email protected]>

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

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

diff --git a/configure.ac b/configure.ac
index 4464374..e34c60a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -380,12 +380,17 @@ case "${host_os}" in
   symbian*)
     SYS=symbian
     ;;
+  *os2*)
+    SYS=os2
+    LDFLAGS_save="${LDFLAGS_save} -Zomf -Zbin-files -Zargs-wild"; 
LDFLAGS="${LDFLAGS_save}"
+    ;;
   *)
     SYS="${host_os}"
     ;;
 esac
 AM_CONDITIONAL(HAVE_DARWIN, test "${SYS}" = "darwin")
 AM_CONDITIONAL(HAVE_LINUX, [test "${SYS}" = "linux"])
+AM_CONDITIONAL(HAVE_OS2, [test "${SYS}" = "os2"])
 AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32")
 AM_CONDITIONAL(HAVE_WIN64, test "${HAVE_WIN64}" = "1")
 AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to