[vlc-devel] commit: Add HAVE_MAEMO for N900 tweaks ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Oct 19 20:33:24 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Oct 19 21:33:01 2009 +0300| [a6388aa360005d568c602a4d353ce1687ea28c23] | committer: Rémi Denis-Courmont
Add HAVE_MAEMO for N900 tweaks
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a6388aa360005d568c602a4d353ce1687ea28c23
---
configure.ac | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8dccdc4..344549f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4713,6 +4713,11 @@ dnl OSSO (Maemo screen blanking) plugin
dnl
PKG_ENABLE_MODULES_VLC([OSSO], [], [libosso], [Maemo support], [auto])
+AS_IF([test -f "/etc/maemo_version"], [
+ AC_DEFINE([HAVE_MAEMO], 1, [Define to 1 if building for the Maemo platform.])
+])
+
+
dnl
dnl update checking system
dnl
More information about the vlc-devel
mailing list