~ubuntu-branches/debian/squeeze/vlc/squeeze

« back to all changes in this revision

Viewing changes to src/libvlc-module.c

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Mutricy
  • Date: 2009-09-20 01:08:41 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090920010841-vc6vme91a70r5w0t
Tags: upstream-1.0.2
Import upstream version 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * libvlc.h: Options for the main (libvlc itself) module
3
3
 *****************************************************************************
4
4
 * Copyright (C) 1998-2006 the VideoLAN team
5
 
 * $Id: ffa9dc7eccccd9c32ad8b72c7252312915d0f543 $
 
5
 * $Id: c43f814f27eb8299331054de3239a1ae40209d14 $
6
6
 *
7
7
 * Authors: Vincent Seguin <seguin@via.ecp.fr>
8
8
 *          Samuel Hocevar <sam@zoy.org>
63
63
    "ka",
64
64
    "de",
65
65
    "he",
 
66
    "hr",
66
67
    "hu",
67
68
    "id",
68
69
    "it",
69
70
    "ja",
70
71
    "ko",
 
72
    "lt",
71
73
    "mn",
72
74
    "ms",
 
75
    "kk",
73
76
    "km",
74
77
    "oc",
75
78
    "fa",
110
113
    "ქართული",
111
114
    "Deutsch",
112
115
    "עברית",
 
116
    "hrvatski",
113
117
    "Magyar",
114
118
    "Bahasa Indonesia",
115
119
    "Italiano",
116
120
    "日本語",
117
121
    "한국어",
 
122
    "lietuvių",
118
123
    "Монгол хэл",
119
124
    "Melayu",
 
125
    "Қазақ тілі",
120
126
    "ភាសាខ្មែរ",
121
127
    "Occitan",
122
128
    "ﻑﺍﺮﺳی",
1581
1587
    add_bool( "quiet-synchro", 0, NULL, QUIET_SYNCHRO_TEXT,
1582
1588
              QUIET_SYNCHRO_LONGTEXT, true )
1583
1589
    add_integer( "vout-event", 1, NULL, VOUT_EVENT_TEXT, VOUT_EVENT_LONGTEXT, true )
 
1590
        change_safe()
1584
1591
        change_integer_list( pi_vout_event_values, ppsz_vout_event_descriptions, NULL )
1585
1592
        add_deprecated_alias( "x11-event" ) /* renamed since 1.0.0 */
1586
1593
#ifndef __APPLE__