Changeset 58b761765754e7e27c3d3846b35458a56a18cecc
- Timestamp:
- 29/04/08 07:19:26
(6 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1209446366 +0300
- git-parent:
[3224d9bbd812d8909029b14a8159c18b86ba7440]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1209446323 +0300
- Message:
Restore ENABLE_SOUT #define (used in wav "codec")
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r469cfd7 |
r58b7617 |
|
| 1720 | 1720 | AC_ARG_ENABLE(sout, |
|---|
| 1721 | 1721 | [ --enable-sout Stream output modules (default enabled)]) |
|---|
| | 1722 | AS_IF([test "${enable_sout}" != "no"], [ |
|---|
| | 1723 | AC_DEFINE(ENABLE_SOUT, 1, [Define to 1 for stream output support.]) |
|---|
| | 1724 | ]) |
|---|
| 1722 | 1725 | AM_CONDITIONAL(ENABLE_SOUT, [test "${enable_sout}" != "no"]) |
|---|
| 1723 | 1726 | |
|---|