Changeset 3975d8c9a4ad0e7131b0401f9e36dc98b7223c05
- Timestamp:
- 13/04/06 20:51:38
(3 years ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1144954298 +0000
- git-parent:
[59cb414dfa3fdba712ac98c495046f3aead15fec]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1144954298 +0000
- Message:
* fixed 2 minor typos
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc397800 |
r3975d8c |
|
| 1461 | 1461 | dnl |
|---|
| 1462 | 1462 | AC_ARG_ENABLE(growl, |
|---|
| 1463 | | [ --enable-growl growl notification plugin (default enabled)]) |
|---|
| | 1463 | [ --enable-growl growl notification plugin (default enabled)]) |
|---|
| 1464 | 1464 | AS_IF([test "${enable_growl}" != "no"], [ |
|---|
| 1465 | 1465 | VLC_ADD_PLUGINS([growl]) |
|---|
| … | … | |
| 2910 | 2910 | dnl |
|---|
| 2911 | 2911 | AC_ARG_ENABLE(dts, |
|---|
| 2912 | | [ --enable-dts DTS Coherent Acoustics support with libdts (default enabled)]) |
|---|
| | 2912 | [ --enable-dts DTS Coherent Acoustics support with libdca (default enabled)]) |
|---|
| 2913 | 2913 | if test "${enable_dts}" != "no"; then |
|---|
| 2914 | 2914 | AC_ARG_WITH(dts-tree, |
|---|