Commit 48ef60c2 authored by Antoine Cellerier's avatar Antoine Cellerier

video filter module - for thehomebrewAmbiLight (AtmoLight) [3/3]: configure.ac.diff

Thanks to André Weber for those 3 patches.
parent 1b637157
...@@ -19,7 +19,7 @@ Alex Izvorski <aizvorski at gmail dot com> - some more x264 options ...@@ -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 Andrea Guzzo <xant at xant dot net> - dc1394 firewire support
André de Barros Martins Ribeiro <andrerib at ajato.com.br> - Brazilian portuguese localization André de Barros Martins Ribeiro <andrerib at ajato.com.br> - Brazilian portuguese localization
Andre Pang <adre.pang at csiro dot au> - Annodex support 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 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 Andrew Zaikin <andrew dot zaikin at gmail dot com> - Config saving fixes
Andrey Brilevskiy <director at macwest.ru> - Russian translation Andrey Brilevskiy <director at macwest.ru> - Russian translation
......
...@@ -5487,6 +5487,19 @@ then ...@@ -5487,6 +5487,19 @@ then
fi fi
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
dnl Bonjour services discovery dnl Bonjour services discovery
dnl dnl
...@@ -6210,6 +6223,7 @@ AC_CONFIG_FILES([ ...@@ -6210,6 +6223,7 @@ AC_CONFIG_FILES([
modules/stream_out/transrate/Makefile modules/stream_out/transrate/Makefile
modules/video_chroma/Makefile modules/video_chroma/Makefile
modules/video_filter/Makefile modules/video_filter/Makefile
modules/video_filter/atmo/Makefile
modules/video_output/Makefile modules/video_output/Makefile
modules/video_output/msw/Makefile modules/video_output/msw/Makefile
modules/video_output/qte/Makefile modules/video_output/qte/Makefile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment