Changeset 6d5f2f80d1ed7b9ce9134e7ea64505640c984bb9
- Timestamp:
- 07/07/04 00:12:40
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1089151960 +0000
- git-parent:
[1f78d643f390731d4b5bf4f23800fef60f313655]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1089151960 +0000
- Message:
* configure.ac, modules/audio_filter/Modules.am: added the equalizer module to the build.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re07a112 |
r6d5f2f8 |
|
| 410 | 410 | ]) |
|---|
| 411 | 411 | AC_CHECK_LIB(m,pow,[ |
|---|
| 412 | | VLC_ADD_LDFLAGS([ffmpeg stream_out_transcode stream_out_transrate i420_rgb faad vlc],[-lm]) |
|---|
| | 412 | VLC_ADD_LDFLAGS([ffmpeg stream_out_transcode stream_out_transrate i420_rgb faad equalizer vlc],[-lm]) |
|---|
| 413 | 413 | ]) |
|---|
| 414 | 414 | AC_CHECK_LIB(m,sqrt,[ |
|---|
| … | … | |
| 918 | 918 | VLC_ADD_PLUGINS([trivial_channel_mixer headphone_channel_mixer]) |
|---|
| 919 | 919 | VLC_ADD_PLUGINS([trivial_mixer spdif_mixer float32_mixer]) |
|---|
| 920 | | VLC_ADD_PLUGINS([aout_file]) |
|---|
| | 920 | VLC_ADD_PLUGINS([aout_file equalizer]) |
|---|
| 921 | 921 | VLC_ADD_PLUGINS([i420_rgb i420_yuy2 i422_yuy2 i420_ymga]) |
|---|
| 922 | 922 | VLC_ADD_PLUGINS([m3u id3 playlist export sgimb]) |
|---|