]> git.sesse.net Git - vlc/commitdiff
atmo: enabled by default again, description changed
authorAndré Weber <atmo@videolan.org>
Wed, 27 Jan 2010 17:03:45 +0000 (18:03 +0100)
committerAndré Weber <atmo@videolan.org>
Wed, 27 Jan 2010 17:14:38 +0000 (18:14 +0100)
configure.ac

index b40e2367274800639f6f381fa871530f8e0fef5b..fda159f961b94109e7ebeecd11e77ae6ea730c9c 100644 (file)
@@ -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++)