Changeset a846831b98a4574c824a0d0a8232ccbb6ad9f7c7
- Timestamp:
- 27/08/04 15:34:44
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1093613684 +0000
- git-parent:
[2a24c87ba622d10017906d9f216f667011a18777]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1093613684 +0000
- Message:
* configure.ac: add the audio format conversion filter.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2a24c87 |
ra846831 |
|
| 941 | 941 | VLC_ADD_PLUGINS([cvdsub svcdsub spudec dvbsub mpeg_audio lpcm a52 dts cinepak]) |
|---|
| 942 | 942 | VLC_ADD_PLUGINS([deinterlace invert adjust wall transform distort clone crop motionblur]) |
|---|
| 943 | | VLC_ADD_PLUGINS([float32tos16 float32tos8 float32tou16 float32tou8 a52tospdif dtstospdif fixed32tofloat32 fixed32tos16 s16tofixed32 s16tofloat32 s16tofloat32swab s8tofloat32 u8tofixed32 u8tofloat32]) |
|---|
| | 943 | VLC_ADD_PLUGINS([float32tos16 float32tos8 float32tou16 float32tou8 a52tospdif dtstospdif fixed32tofloat32 fixed32tos16 s16tofixed32 s16tofloat32 s16tofloat32swab s8tofloat32 u8tofixed32 u8tofloat32 audio_format]) |
|---|
| 944 | 944 | VLC_ADD_PLUGINS([trivial_resampler ugly_resampler linear_resampler bandlimited_resampler]) |
|---|
| 945 | 945 | VLC_ADD_PLUGINS([trivial_channel_mixer headphone_channel_mixer]) |
|---|
| r2a24c87 |
ra846831 |
|
| 1 | 1 | SOURCES_equalizer = equalizer.c equalizer_presets.h |
|---|
| 2 | 2 | SOURCES_normvol = normvol.c |
|---|
| 3 | | SOURCES_format = format.c |
|---|
| | 3 | SOURCES_audio_format = format.c |
|---|