Changeset de64258999f35238549acd620d8ac3e2066242b6
- Timestamp:
- 02/19/08 01:28:41
(6 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1203380921 +0000
- git-parent:
[1aac6d6516e507bc0230ebf9ee85d9890ead7565]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1203380921 +0000
- Message:
Typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1aac6d6 |
rde64258 |
|
| 4660 | 4660 | [ VLC_ADD_PLUGINS([pulse]) |
|---|
| 4661 | 4661 | VLC_ADD_CFLAGS([pulse],[${PULSE_CFLAGS}]) |
|---|
| 4662 | | VLC_ADD_LDFLAGS([pulse],[${PULSE_LIBS}])]:, |
|---|
| | 4662 | VLC_ADD_LDFLAGS([pulse],[${PULSE_LIBS}])], |
|---|
| 4663 | 4663 | [AC_MSG_WARN(pulsaudio library not found)]) |
|---|
| 4664 | 4664 | fi |
|---|