Changeset 48ef60c28e42a813a4d6e710bc747214369cc42f

Show
Ignore:
Timestamp:
02/12/08 23:23:58 (5 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1202855038 +0000
git-parent:

[1b637157c42f9928d7ee1d21d780daa2e4476995]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1202855038 +0000
Message:

video filter module - for thehomebrewAmbiLight (AtmoLight?) [3/3]: configure.ac.diff
Thanks to André Weber for those 3 patches.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • THANKS

    r5c5f598 r48ef60c  
    2020André de Barros Martins Ribeiro <andrerib at ajato.com.br> - Brazilian portuguese localization 
    2121Andre Pang <adre.pang at csiro dot au> - Annodex support 
    22 André Weber <WeberAndre at gmx d0t de> - Qt4, AAC ordering, Win32 threads patches 
     22André Weber <WeberAndre at gmx d0t de> - Qt4, AAC ordering, Win32 threads patches, video filter module for thehomebrewAmbiLight (AtmoLight) 
    2323Andres Krapf <dae at via.ecp.fr> - FreeBSD port and tests, KDE interface 
    2424Andrew Zaikin <andrew dot zaikin at gmail dot com> - Config saving fixes 
  • configure.ac

    rfac1140 r48ef60c  
    54865486    ]) 
    54875487  fi 
     5488fi 
     5489 
     5490dnl 
     5491dnl  AtmoLight (homebrew AmbiLight) 
     5492dnl 
     5493if test "${SYS}" = "mingw32" -o "${SYS}" = "linux"; then 
     5494   AC_ARG_ENABLE(atmo, 
     5495[  --disable-atmo   AtmoLight (homebrew philips ambilight) (default enabled)]) 
     5496   if test "${enable_atmo}" != "no"; then 
     5497      AC_LANG_PUSH(C++) 
     5498      VLC_ADD_PLUGINS([atmo]) 
     5499      AC_LANG_POP(C++) 
     5500   fi 
    54885501fi 
    54895502 
     
    62116224  modules/video_chroma/Makefile 
    62126225  modules/video_filter/Makefile 
     6226  modules/video_filter/atmo/Makefile 
    62136227  modules/video_output/Makefile 
    62146228  modules/video_output/msw/Makefile