Changeset 6de4ef9ba01fb3b5ac7646e496d990ca92b42737
- Timestamp:
- 02/22/08 13:29:33
(5 months ago)
- Author:
- Pavlov Konstantin <thresh@videolan.org>
- git-committer:
- Pavlov Konstantin <thresh@videolan.org> 1203683373 +0000
- git-parent:
[8a7278874b10097a1ea39a35d2c8e85e7d1fedf4]
- git-author:
- Pavlov Konstantin <thresh@videolan.org> 1203683373 +0000
- Message:
pulseaudio plugin needs 0.9.8 at least.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8a72788 |
r6de4ef9 |
|
| 4659 | 4659 | if test "${enable_pulse}" != "no" |
|---|
| 4660 | 4660 | then |
|---|
| 4661 | | PKG_CHECK_MODULES(PULSE, libpulse, |
|---|
| | 4661 | PKG_CHECK_MODULES(PULSE, libpulse >= 0.9.8, |
|---|
| 4662 | 4662 | [ VLC_ADD_PLUGINS([pulse]) |
|---|
| 4663 | 4663 | VLC_ADD_CFLAGS([pulse],[${PULSE_CFLAGS}]) |
|---|