]> git.sesse.net Git - vlc/commitdiff
video filter module - for thehomebrewAmbiLight (AtmoLight) [3/3]: configure.ac.diff
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 12 Feb 2008 22:23:58 +0000 (22:23 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 12 Feb 2008 22:23:58 +0000 (22:23 +0000)
Thanks to André Weber for those 3 patches.

THANKS
configure.ac

diff --git a/THANKS b/THANKS
index 79f6d3783c0e9a9f919ec1e430e1e6018d8a5e2e..0a47230b0c17baae492dcb2ff679eeba4e42a7fb 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -19,7 +19,7 @@ Alex Izvorski <aizvorski at gmail dot com> - some more x264 options
 Andrea Guzzo <xant at xant dot net> - dc1394 firewire support
 André de Barros Martins Ribeiro <andrerib at ajato.com.br> - Brazilian portuguese localization
 Andre Pang <adre.pang at csiro dot au> - Annodex support
-André Weber <WeberAndre at gmx d0t de> - Qt4, AAC ordering, Win32 threads patches
+André Weber <WeberAndre at gmx d0t de> - Qt4, AAC ordering, Win32 threads patches, video filter module for thehomebrewAmbiLight (AtmoLight)
 Andres Krapf <dae at via.ecp.fr> - FreeBSD port and tests, KDE interface
 Andrew Zaikin <andrew dot zaikin at gmail dot com> - Config saving fixes
 Andrey Brilevskiy <director at macwest.ru> - Russian translation
index 3063ab784556633f0d44cdc3fdc0ce74b9e1062a..96d45bcaaa9fac8fdcab12d068f47ea0fc8683c1 100644 (file)
@@ -5487,6 +5487,19 @@ then
   fi
 fi
 
+dnl
+dnl  AtmoLight (homebrew AmbiLight)
+dnl
+if test "${SYS}" = "mingw32" -o "${SYS}" = "linux"; then
+   AC_ARG_ENABLE(atmo,
+[  --disable-atmo      AtmoLight (homebrew philips ambilight) (default enabled)])
+   if test "${enable_atmo}" != "no"; then
+      AC_LANG_PUSH(C++)
+      VLC_ADD_PLUGINS([atmo])
+      AC_LANG_POP(C++)
+   fi
+fi
+
 dnl
 dnl  Bonjour services discovery
 dnl
@@ -6210,6 +6223,7 @@ AC_CONFIG_FILES([
   modules/stream_out/transrate/Makefile
   modules/video_chroma/Makefile
   modules/video_filter/Makefile
+  modules/video_filter/atmo/Makefile
   modules/video_output/Makefile
   modules/video_output/msw/Makefile
   modules/video_output/qte/Makefile