Changeset 33144db02371e91a492aa89ccdc61a934993e3fb

Show
Ignore:
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
  • modules/stream_out/rtp.c

    r9b97880 r33144db  
    6565 *****************************************************************************/ 
    6666 
    67 #define DST_TEXT N_("Destination") 
    68 #define DST_LONGTEXT N_( \ 
     67#define DEST_TEXT N_("Destination") 
     68#define DEST_LONGTEXT N_( \ 
    6969    "This is the output URL that will be used." ) 
    7070#define SDP_TEXT N_("SDP") 
     
    152152    set_subcategory( SUBCAT_SOUT_STREAM ); 
    153153 
    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 ); 
    156156        change_unsafe(); 
    157157    add_string( SOUT_CFG_PREFIX "sdp", "", NULL, SDP_TEXT,