[vlc-devel] commit: atmo: enabled by default again, description changed ( André Weber )

git version control git at videolan.org
Wed Jan 27 18:31:10 CET 2010


vlc | branch: master | André Weber <atmo at videolan.org> | Wed Jan 27 18:03:45 2010 +0100| [94a44457cced22147af3e7160c34f31bf721f183] | committer: André Weber 

atmo: enabled by default again, description changed

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

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

diff --git a/configure.ac b/configure.ac
index b40e236..fda159f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4331,11 +4331,11 @@ dnl
 PKG_ENABLE_MODULES_VLC([PROJECTM], [], [libprojectM], [projectM visualization plugin], [auto])
 
 dnl
-dnl  AtmoLight (homebrew AmbiLight)
+dnl  AtmoLight (homemade Philips Ambilight clone)
 dnl
 AC_ARG_ENABLE(atmo,
-AS_HELP_STRING([--disable-atmo],[AtmoLight (homebrew Philips ambilight)
-                (broken, default disabled)]),, [enable_atmo="no"])
+AS_HELP_STRING([--disable-atmo],[AtmoLight (homemade Philips Ambilight clone)
+                (default enabled)]),, [enable_atmo="yes"])
 AS_IF([test "${enable_atmo}" != no], [
   AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "linux"], [
     AC_LANG_PUSH(C++)




More information about the vlc-devel mailing list