Changeset 48ef60c28e42a813a4d6e710bc747214369cc42f
- 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
| r5c5f598 |
r48ef60c |
|
| 20 | 20 | André de Barros Martins Ribeiro <andrerib at ajato.com.br> - Brazilian portuguese localization |
|---|
| 21 | 21 | Andre Pang <adre.pang at csiro dot au> - Annodex support |
|---|
| 22 | | André Weber <WeberAndre at gmx d0t de> - Qt4, AAC ordering, Win32 threads patches |
|---|
| | 22 | André Weber <WeberAndre at gmx d0t de> - Qt4, AAC ordering, Win32 threads patches, video filter module for thehomebrewAmbiLight (AtmoLight) |
|---|
| 23 | 23 | Andres Krapf <dae at via.ecp.fr> - FreeBSD port and tests, KDE interface |
|---|
| 24 | 24 | Andrew Zaikin <andrew dot zaikin at gmail dot com> - Config saving fixes |
|---|
| rfac1140 |
r48ef60c |
|
| 5486 | 5486 | ]) |
|---|
| 5487 | 5487 | fi |
|---|
| | 5488 | fi |
|---|
| | 5489 | |
|---|
| | 5490 | dnl |
|---|
| | 5491 | dnl AtmoLight (homebrew AmbiLight) |
|---|
| | 5492 | dnl |
|---|
| | 5493 | if 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 |
|---|
| 5488 | 5501 | fi |
|---|
| 5489 | 5502 | |
|---|
| … | … | |
| 6211 | 6224 | modules/video_chroma/Makefile |
|---|
| 6212 | 6225 | modules/video_filter/Makefile |
|---|
| | 6226 | modules/video_filter/atmo/Makefile |
|---|
| 6213 | 6227 | modules/video_output/Makefile |
|---|
| 6214 | 6228 | modules/video_output/msw/Makefile |
|---|