[vlc-commits] commit: Expose a HAVE_SYMBIAN for symbian (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Sun Jan 9 18:58:20 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 9 18:47:31 2011 +0100| [d273f722edf376d2b292ba798f4fd32f8b7a0261] | committer: Jean-Baptiste Kempf
Expose a HAVE_SYMBIAN for symbian
Reported by Pankaj Yadav
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d273f722edf376d2b292ba798f4fd32f8b7a0261
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index af9a158..cde8002 100644
--- a/configure.ac
+++ b/configure.ac
@@ -389,6 +389,7 @@ AM_CONDITIONAL(HAVE_LINUX, [test "${SYS}" = "linux"])
AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32")
AM_CONDITIONAL(HAVE_WIN64, test "${HAVE_WIN64}" = "1")
AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
+AM_CONDITIONAL(HAVE_SYMBIAN, test "${SYS}" = "symbian")
AM_CONDITIONAL(USE_PEFLAGS, [test "${enable_peflags}" = "yes"])
dnl
More information about the vlc-commits
mailing list