Changeset a58e289ab4387ef75c5167e9d4e9899408b8e380

Show
Ignore:
Timestamp:
05/03/07 21:52:45 (1 year ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1178221965 +0000
git-parent:

[c5172423e32537de643af4aa5eb197c84dcb4415]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1178221965 +0000
Message:

Change prefer-system-codecs category (put it in codecs, not input/codec)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc-module.c

    r6bb3754 ra58e289  
    14111411    set_subcategory( SUBCAT_INPUT_GENERAL ); 
    14121412 
    1413     add_bool( "prefer-system-codecs", VLC_FALSE, NULL, SYSTEM_CODEC_TEXT, 
    1414                                 SYSTEM_CODEC_LONGTEXT, VLC_FALSE ); 
    1415  
    14161413    add_bool( "france", VLC_FALSE, NULL, N_("France"), FRANCE_LONGTEXT, VLC_TRUE ); 
    14171414 
     
    15351532    set_subcategory( SUBCAT_INPUT_ACODEC ); 
    15361533    set_subcategory( SUBCAT_INPUT_SCODEC ); 
     1534    add_bool( "prefer-system-codecs", VLC_FALSE, NULL, SYSTEM_CODEC_TEXT, 
     1535                                SYSTEM_CODEC_LONGTEXT, VLC_FALSE ); 
    15371536 
    15381537