Changeset 33144db02371e91a492aa89ccdc61a934993e3fb
- Timestamp:
- 08/03/08 11:03:43
(9 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1204970623 -0800
- git-parent:
[d75350e240da7c0443f72745c2836a91ea807697]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1204970623 -0800
- Message:
Kill a warning.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9b97880 |
r33144db |
|
| 65 | 65 | *****************************************************************************/ |
|---|
| 66 | 66 | |
|---|
| 67 | | #define DST_TEXT N_("Destination") |
|---|
| 68 | | #define DST_LONGTEXT N_( \ |
|---|
| | 67 | #define DEST_TEXT N_("Destination") |
|---|
| | 68 | #define DEST_LONGTEXT N_( \ |
|---|
| 69 | 69 | "This is the output URL that will be used." ) |
|---|
| 70 | 70 | #define SDP_TEXT N_("SDP") |
|---|
| … | … | |
| 152 | 152 | set_subcategory( SUBCAT_SOUT_STREAM ); |
|---|
| 153 | 153 | |
|---|
| 154 | | add_string( SOUT_CFG_PREFIX "dst", "", NULL, DST_TEXT, |
|---|
| 155 | | DST_LONGTEXT, VLC_TRUE ); |
|---|
| | 154 | add_string( SOUT_CFG_PREFIX "dst", "", NULL, DEST_TEXT, |
|---|
| | 155 | DEST_LONGTEXT, VLC_TRUE ); |
|---|
| 156 | 156 | change_unsafe(); |
|---|
| 157 | 157 | add_string( SOUT_CFG_PREFIX "sdp", "", NULL, SDP_TEXT, |
|---|