git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed1f01c
)
atmo: keep disabled for now
author
Rémi Denis-Courmont
<remi@remlab.net>
Sun, 30 Aug 2009 08:03:51 +0000
(11:03 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Sun, 30 Aug 2009 08:05:58 +0000
(11:05 +0300)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
968683e
..
e4ef489
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-4546,7
+4546,7
@@
dnl AtmoLight (homebrew AmbiLight)
dnl
AC_ARG_ENABLE(atmo,
AS_HELP_STRING([--disable-atmo],[AtmoLight (homebrew Philips ambilight)
- (
default enabled)]),, [enable_atmo="yes
"])
+ (
broken, default disabled)]),, [enable_atmo="no
"])
AS_IF([test "${enable_atmo}" != no], [
AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "linux"], [
AC_LANG_PUSH(C++)