Mercurial > mplayer.hg
annotate cfg-common-opts.h @ 31109:729ce4709ce1
Create output directory when copying stylesheet.
This eliminates one rule and simplifies dependencies.
author | diego |
---|---|
date | Tue, 11 May 2010 21:31:36 +0000 |
parents | dd7f15a3fb1b |
children | f923342b80de |
rev | line source |
---|---|
30429
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
1 /* |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
2 * This file is part of MPlayer. |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
3 * |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
4 * MPlayer is free software; you can redistribute it and/or modify |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
5 * it under the terms of the GNU General Public License as published by |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
6 * the Free Software Foundation; either version 2 of the License, or |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
7 * (at your option) any later version. |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
8 * |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
9 * MPlayer is distributed in the hope that it will be useful, |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
12 * GNU General Public License for more details. |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
13 * |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
14 * You should have received a copy of the GNU General Public License along |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
15 * with MPlayer; if not, write to the Free Software Foundation, Inc., |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
17 */ |
c1a3f1bbba26
Add license header to all top-level files missing them.
diego
parents:
29826
diff
changeset
|
18 |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
19 #ifndef MPLAYER_CFG_COMMON_OPTS_H |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
20 #define MPLAYER_CFG_COMMON_OPTS_H |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
21 |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
22 #include "config.h" |
30653
3d23e24c5c60
Declare externally used variables from vd.c as extern in vd.h.
diego
parents:
30429
diff
changeset
|
23 #include "libmpcodecs/vd.h" |
28485
3f597aacbb69
Add priority support for OS/2 and factorize the Windows priority support.
diego
parents:
28210
diff
changeset
|
24 #include "osdep/priority.h" |
3f597aacbb69
Add priority support for OS/2 and factorize the Windows priority support.
diego
parents:
28210
diff
changeset
|
25 |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
26 // ------------------------- common options -------------------- |
31077 | 27 {"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, |
28 {"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL}, | |
29 {"really-quiet", &verbose, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_PRE_PARSE, 0, -10, NULL}, | |
30 {"v", cfg_inc_verbose, CONF_TYPE_FUNC, CONF_GLOBAL|CONF_NOSAVE, 0, 0, NULL}, | |
31 {"msglevel", msgl_config, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL}, | |
32 {"msgcolor", &mp_msg_color, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, | |
33 {"nomsgcolor", &mp_msg_color, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL}, | |
34 {"msgmodule", &mp_msg_module, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, | |
35 {"nomsgmodule", &mp_msg_module, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL}, | |
27393 | 36 #ifdef CONFIG_ICONV |
31077 | 37 {"msgcharset", &mp_msg_charset, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
38 #endif |
31077 | 39 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL}, |
28485
3f597aacbb69
Add priority support for OS/2 and factorize the Windows priority support.
diego
parents:
28210
diff
changeset
|
40 #ifdef CONFIG_PRIORITY |
31077 | 41 {"priority", &proc_priority, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
42 #endif |
31077 | 43 {"codecpath", &codec_path, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
44 {"noconfig", noconfig_opts, CONF_TYPE_SUBCONFIG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
45 |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
46 // ------------------------- stream options -------------------- |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
47 |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
48 #ifdef CONFIG_STREAM_CACHE |
31077 | 49 {"cache", &stream_cache_size, CONF_TYPE_INT, CONF_RANGE, 32, 1048576, NULL}, |
50 {"nocache", &stream_cache_size, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
51 {"cache-min", &stream_cache_min_percent, CONF_TYPE_FLOAT, CONF_RANGE, 0, 99, NULL}, | |
52 {"cache-seek-min", &stream_cache_seek_min_percent, CONF_TYPE_FLOAT, CONF_RANGE, 0, 99, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
53 #else |
31077 | 54 {"cache", "MPlayer was compiled without cache2 support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
55 #endif /* CONFIG_STREAM_CACHE */ |
31077 | 56 {"vcd", "-vcd N has been removed, use vcd://N instead.\n", CONF_TYPE_PRINT, CONF_NOCFG ,0,0, NULL}, |
57 {"cuefile", "-cuefile has been removed, use cue://filename:N where N is the track number.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, | |
58 {"cdrom-device", &cdrom_device, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
59 #ifdef CONFIG_DVDREAD |
31077 | 60 {"dvd-device", &dvd_device, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
61 {"dvd-speed", &dvd_speed, CONF_TYPE_INT, 0, 0, 0, NULL}, | |
62 {"dvd", "-dvd N has been removed, use dvd://N instead.\n" , CONF_TYPE_PRINT, 0, 0, 0, NULL}, | |
63 {"dvdangle", &dvd_angle, CONF_TYPE_INT, CONF_RANGE, 1, 99, NULL}, | |
64 {"chapter", dvd_parse_chapter_range, CONF_TYPE_FUNC_PARAM, 0, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
65 #else |
31077 | 66 {"dvd-device", "MPlayer was compiled without libdvdread support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, |
67 {"dvd-speed", "MPlayer was compiled without libdvdread support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, | |
68 {"dvd", "MPlayer was compiled without libdvdread support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
69 #endif /* CONFIG_DVDREAD */ |
31077 | 70 {"alang", &audio_lang, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
71 {"slang", &dvdsub_lang, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
72 |
31077 | 73 {"dvdauth", "libcss is obsolete. Try libdvdread instead.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, |
74 {"dvdkey", "libcss is obsolete. Try libdvdread instead.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
75 {"csslib", "libcss is obsolete. Try libdvdread instead.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
76 |
27397
d47744b95b78
Give a CONFIG_ prefix to preprocessor directives that lacked one and
diego
parents:
27393
diff
changeset
|
77 #ifdef CONFIG_NETWORK |
31077 | 78 {"user", &network_username, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
79 {"passwd", &network_password, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
80 {"bandwidth", &network_bandwidth, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, | |
81 {"user-agent", &network_useragent, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
82 {"cookies", &network_cookies_enabled, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
83 {"nocookies", &network_cookies_enabled, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
84 {"cookies-file", &cookies_file, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
85 {"prefer-ipv4", &network_prefer_ipv4, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
86 {"ipv4-only-proxy", &network_ipv4_only_proxy, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
87 {"reuse-socket", &reuse_socket, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, | |
88 {"noreuse-socket", &reuse_socket, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
89 #ifdef HAVE_AF_INET6 |
31077 | 90 {"prefer-ipv6", &network_prefer_ipv4, CONF_TYPE_FLAG, 0, 1, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
91 #else |
31077 | 92 {"prefer-ipv6", "MPlayer was compiled without IPv6 support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
93 #endif /* HAVE_AF_INET6 */ |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
94 |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
95 #else |
31077 | 96 {"user", "MPlayer was compiled without streaming (network) support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, |
97 {"passwd", "MPlayer was compiled without streaming (network) support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
98 {"bandwidth", "MPlayer was compiled without streaming (network) support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
99 {"user-agent", "MPlayer was compiled without streaming (network) support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
27397
d47744b95b78
Give a CONFIG_ prefix to preprocessor directives that lacked one and
diego
parents:
27393
diff
changeset
|
100 #endif /* CONFIG_NETWORK */ |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
101 |
27397
d47744b95b78
Give a CONFIG_ prefix to preprocessor directives that lacked one and
diego
parents:
27393
diff
changeset
|
102 #ifdef CONFIG_LIVE555 |
31077 | 103 {"sdp", "-sdp has been removed, use sdp://file instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, |
29279
b4bbf02afc53
Make sure -rtsp-stream-with-sctp is supported while building with libnemesi
lu_zero
parents:
29263
diff
changeset
|
104 #endif /* CONFIG_LIVE555 */ |
29303
4f26b760cb37
CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.
diego
parents:
29280
diff
changeset
|
105 #if defined(CONFIG_LIBNEMESI) || defined(CONFIG_LIVE555) |
31077 | 106 // -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP |
107 {"rtsp-stream-over-tcp", &rtsp_transport_tcp, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
29279
b4bbf02afc53
Make sure -rtsp-stream-with-sctp is supported while building with libnemesi
lu_zero
parents:
29263
diff
changeset
|
108 #else |
31077 | 109 {"rtsp-stream-over-tcp", "-rtsp-stream-over-tcp requires the \"LIVE555 Streaming Media\" or \"libnemesi\" libraries.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, |
29303
4f26b760cb37
CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.
diego
parents:
29280
diff
changeset
|
110 #endif /* defined(CONFIG_LIBNEMESI) || defined(CONFIG_LIVE555) */ |
29279
b4bbf02afc53
Make sure -rtsp-stream-with-sctp is supported while building with libnemesi
lu_zero
parents:
29263
diff
changeset
|
111 #ifdef CONFIG_LIBNEMESI |
31077 | 112 {"rtsp-stream-over-sctp", &rtsp_transport_sctp, CONF_TYPE_FLAG, 0, 0, 1, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
113 #else |
31077 | 114 {"rtsp-stream-over-sctp", "-rtsp-stream-over-sctp requires the \"libnemesi\" library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, |
29279
b4bbf02afc53
Make sure -rtsp-stream-with-sctp is supported while building with libnemesi
lu_zero
parents:
29263
diff
changeset
|
115 #endif /* CONFIG_LIBNEMESI */ |
27397
d47744b95b78
Give a CONFIG_ prefix to preprocessor directives that lacked one and
diego
parents:
27393
diff
changeset
|
116 #ifdef CONFIG_NETWORK |
31077 | 117 {"rtsp-port", &rtsp_port, CONF_TYPE_INT, CONF_RANGE, -1, 65535, NULL}, |
118 {"rtsp-destination", &rtsp_destination, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
119 #else |
31077 | 120 {"rtsp-port", "MPlayer was compiled without network support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, |
121 {"rtsp-destination", "MPlayer was compiled without network support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
27397
d47744b95b78
Give a CONFIG_ prefix to preprocessor directives that lacked one and
diego
parents:
27393
diff
changeset
|
122 #endif /* CONFIG_NETWORK */ |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28485
diff
changeset
|
123 |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
124 // ------------------------- demuxer options -------------------- |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
125 |
31077 | 126 // number of frames to play/convert |
127 {"frames", &play_n_frames_mf, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
128 |
31077 | 129 // seek to byte/seconds position |
130 {"sb", &seek_to_byte, CONF_TYPE_POSITION, CONF_MIN, 0, 0, NULL}, | |
131 {"ss", &seek_to_sec, CONF_TYPE_TIME, 0, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
132 |
31077 | 133 // stop at given position |
134 {"endpos", &end_at, CONF_TYPE_TIME_SIZE, 0, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
135 |
31077 | 136 {"edl", &edl_filename, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
137 |
31077 | 138 // AVI specific: force non-interleaved mode |
139 {"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
140 {"noni", &force_ni, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
141 |
31077 | 142 // AVI and Ogg only: (re)build index at startup |
143 {"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0, NULL}, | |
144 {"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1, NULL}, | |
145 {"forceidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 2, NULL}, | |
146 {"saveidx", &index_file_save, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
147 {"loadidx", &index_file_load, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
148 |
31077 | 149 // select audio/video/subtitle stream |
150 {"aid", &audio_id, CONF_TYPE_INT, CONF_RANGE, -2, 8190, NULL}, | |
151 {"ausid", &audio_substream_id, CONF_TYPE_INT, 0, 0, 0, NULL}, | |
152 {"vid", &video_id, CONF_TYPE_INT, CONF_RANGE, -2, 8190, NULL}, | |
153 {"sid", &dvdsub_id, CONF_TYPE_INT, CONF_RANGE, -2, 8190, NULL}, | |
154 {"nosub", &dvdsub_id, CONF_TYPE_FLAG, 0, -1, -2, NULL}, | |
155 {"novideo", &video_id, CONF_TYPE_FLAG, 0, -1, -2, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
156 |
31077 | 157 { "hr-mp3-seek", &hr_mp3_seek, CONF_TYPE_FLAG, 0, 0, 1, NULL }, |
158 { "nohr-mp3-seek", &hr_mp3_seek, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
159 |
31077 | 160 { "rawaudio", &demux_rawaudio_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, |
161 { "rawvideo", &demux_rawvideo_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
162 |
27391
1d2faa1020fb
Rename a bunch of miscellaneous preprocessor directives.
diego
parents:
27370
diff
changeset
|
163 #ifdef CONFIG_CDDA |
31077 | 164 { "cdda", &cdda_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
165 #endif |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
166 |
31077 | 167 // demuxer.c - select audio/sub file/demuxer |
168 { "audiofile", &audio_stream, CONF_TYPE_STRING, 0, 0, 0, NULL }, | |
169 { "audiofile-cache", &audio_stream_cache, CONF_TYPE_INT, CONF_RANGE, 50, 65536, NULL}, | |
170 { "subfile", &sub_stream, CONF_TYPE_STRING, 0, 0, 0, NULL }, | |
171 { "demuxer", &demuxer_name, CONF_TYPE_STRING, 0, 0, 0, NULL }, | |
172 { "audio-demuxer", &audio_demuxer_name, CONF_TYPE_STRING, 0, 0, 0, NULL }, | |
173 { "sub-demuxer", &sub_demuxer_name, CONF_TYPE_STRING, 0, 0, 0, NULL }, | |
174 { "extbased", &extension_parsing, CONF_TYPE_FLAG, 0, 0, 1, NULL }, | |
175 { "noextbased", &extension_parsing, CONF_TYPE_FLAG, 0, 1, 0, NULL }, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
176 |
31077 | 177 {"mf", mfopts_conf, CONF_TYPE_SUBCONFIG, 0,0,0, NULL}, |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
178 #ifdef CONFIG_RADIO |
31077 | 179 {"radio", radioopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
180 #else |
31077 | 181 {"radio", "MPlayer was compiled without Radio interface support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
182 #endif /* CONFIG_RADIO */ |
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
183 #ifdef CONFIG_TV |
31077 | 184 {"tv", tvopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
185 #else |
31077 | 186 {"tv", "MPlayer was compiled without TV interface support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
187 #endif /* CONFIG_TV */ |
27370
14c5017f40d2
Change a bunch of video/audio-output-specific preprocessor directives from
diego
parents:
27363
diff
changeset
|
188 #ifdef CONFIG_PVR |
31077 | 189 {"pvr", pvropts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
190 #else |
31077 | 191 {"pvr", "MPlayer was compiled without V4L2/PVR interface support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, |
27370
14c5017f40d2
Change a bunch of video/audio-output-specific preprocessor directives from
diego
parents:
27363
diff
changeset
|
192 #endif /* CONFIG_PVR */ |
31077 | 193 {"vivo", vivoopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, |
27370
14c5017f40d2
Change a bunch of video/audio-output-specific preprocessor directives from
diego
parents:
27363
diff
changeset
|
194 #ifdef CONFIG_DVBIN |
31077 | 195 {"dvbin", dvbin_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
196 #endif |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
197 |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
198 // ------------------------- a-v sync options -------------------- |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
199 |
31077 | 200 // AVI specific: A-V sync mode (bps vs. interleaving) |
201 {"bps", &pts_from_bps, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
202 {"nobps", &pts_from_bps, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
203 |
31077 | 204 // set A-V sync correction speed (0=disables it): |
205 {"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 100, NULL}, | |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28485
diff
changeset
|
206 |
31077 | 207 // force video/audio rate: |
208 {"fps", &force_fps, CONF_TYPE_DOUBLE, CONF_MIN, 0, 0, NULL}, | |
209 {"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000, NULL}, | |
210 {"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 1, 8, NULL}, | |
211 {"format", &audio_output_format, CONF_TYPE_AFMT, 0, 0, 0, NULL}, | |
212 {"speed", &playback_speed, CONF_TYPE_FLOAT, CONF_RANGE, 0.01, 100.0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
213 |
31077 | 214 // set a-v distance |
215 {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -100.0, 100.0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
216 |
31077 | 217 // ignore header-specified delay (dwStart) |
218 {"ignore-start", &ignore_start, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
219 {"noignore-start", &ignore_start, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
220 |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
221 #ifdef CONFIG_LIBA52 |
31077 | 222 {"a52drc", &a52_drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 1, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
223 #endif |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
224 |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
225 // ------------------------- codec/vfilter options -------------------- |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
226 |
31077 | 227 // MP3-only: select stereo/left/right |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
228 #ifdef CONFIG_FAKE_MONO |
31077 | 229 {"stereo", &fakemono, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
230 #endif |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
231 |
31077 | 232 // disable audio |
233 {"sound", &audio_id, CONF_TYPE_FLAG, 0, -2, -1, NULL}, | |
234 {"nosound", &audio_id, CONF_TYPE_FLAG, 0, -1, -2, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
235 |
31077 | 236 {"af*", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, |
237 {"af-adv", audio_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
238 |
31077 | 239 {"vop", "-vop has been removed, use -vf instead.\n", CONF_TYPE_PRINT, CONF_NOCFG ,0,0, NULL}, |
240 {"vf*", &vf_settings, CONF_TYPE_OBJ_SETTINGS_LIST, 0, 0, 0, &vf_obj_list}, | |
241 // select audio/video codec (by name) or codec family (by number): | |
242 // {"afm", &audio_family, CONF_TYPE_INT, CONF_MIN, 0, 22, NULL}, // keep ranges in sync | |
243 // {"vfm", &video_family, CONF_TYPE_INT, CONF_MIN, 0, 29, NULL}, // with codec-cfg.c | |
244 // {"afm", &audio_fm, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
245 {"afm", &audio_fm_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, | |
246 {"vfm", &video_fm_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, | |
247 // {"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
248 {"ac", &audio_codec_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, | |
249 {"vc", &video_codec_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
250 |
31077 | 251 // postprocessing: |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
252 #ifdef CONFIG_LIBAVCODEC |
31077 | 253 {"pp", &divx_quality, CONF_TYPE_INT, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
254 #endif |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
255 #ifdef CONFIG_LIBPOSTPROC |
31077 | 256 {"pphelp", &pp_help, CONF_TYPE_PRINT_INDIRECT, CONF_NOCFG, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
257 #endif |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
258 |
31077 | 259 // scaling: |
260 {"sws", &sws_flags, CONF_TYPE_INT, 0, 0, 2, NULL}, | |
261 {"ssf", scaler_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, | |
262 {"zoom", &softzoom, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
263 {"nozoom", &softzoom, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
264 {"aspect", &movie_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.2, 3.0, NULL}, | |
265 {"noaspect", &movie_aspect, CONF_TYPE_FLAG, 0, 0, 0, NULL}, | |
266 {"xy", &screen_size_xy, CONF_TYPE_FLOAT, CONF_RANGE, 0.001, 4096, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
267 |
31077 | 268 {"flip", &flip, CONF_TYPE_FLAG, 0, -1, 1, NULL}, |
269 {"noflip", &flip, CONF_TYPE_FLAG, 0, -1, 0, NULL}, | |
270 {"tsfastparse", "-tsfastparse is no longer a valid option.\n", CONF_TYPE_PRINT, CONF_NOCFG ,0,0, NULL | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
271 }, |
31077 | 272 {"tsprog", &ts_prog, CONF_TYPE_INT, CONF_RANGE, 0, 65534, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
273 #define TS_MAX_PROBE_SIZE 2000000 /* don't forget to change this in libmpdemux/demux_ts.c too */ |
31077 | 274 {"tsprobe", &ts_probe, CONF_TYPE_POSITION, 0, 0, TS_MAX_PROBE_SIZE, NULL}, |
275 {"psprobe", &ps_probe, CONF_TYPE_POSITION, 0, 0, TS_MAX_PROBE_SIZE, NULL}, | |
276 {"tskeepbroken", &ts_keep_broken, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
277 |
31077 | 278 // draw by slices or whole frame (useful with libmpeg2/libavcodec) |
279 {"slices", &vd_use_slices, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
280 {"noslices", &vd_use_slices, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
281 {"field-dominance", &field_dominance, CONF_TYPE_INT, CONF_RANGE, -1, 1, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
282 |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
283 #ifdef CONFIG_LIBAVCODEC |
31077 | 284 {"lavdopts", lavc_decode_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
285 #endif |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
286 #ifdef CONFIG_LIBAVFORMAT |
31077 | 287 {"lavfdopts", lavfdopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
288 #endif |
27363
40057010b1fa
Change a bunch of codec-specific preprocessor directives from a HAVE_
diego
parents:
27362
diff
changeset
|
289 #ifdef CONFIG_XVID4 |
31077 | 290 {"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
291 #endif |
31077 | 292 {"codecs-file", &codecs_file, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
293 // ------------------------- subtitles options -------------------- |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
294 |
31077 | 295 {"sub", &sub_name, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, |
27393 | 296 #ifdef CONFIG_FRIBIDI |
31077 | 297 {"fribidi-charset", &fribidi_charset, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
298 {"flip-hebrew", &flip_hebrew, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
299 {"noflip-hebrew", &flip_hebrew, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
300 {"flip-hebrew-commas", &fribidi_flip_commas, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
301 {"noflip-hebrew-commas", &fribidi_flip_commas, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28485
diff
changeset
|
302 #else |
31077 | 303 {"fribidi-charset", "MPlayer was compiled without FriBiDi support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, |
304 {"flip-hebrew", "MPlayer was compiled without FriBiDi support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
305 {"noflip-hebrew", "MPlayer was compiled without FriBiDi support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
306 {"flip-hebrew-commas", "MPlayer was compiled without FriBiDi support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
307 {"noflip-hebrew-commas", "MPlayer was compiled without FriBiDi support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
27393 | 308 #endif /* CONFIG_FRIBIDI */ |
309 #ifdef CONFIG_ICONV | |
31077 | 310 {"subcp", &sub_cp, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28485
diff
changeset
|
311 #endif |
31077 | 312 {"subdelay", &sub_delay, CONF_TYPE_FLOAT, 0, 0.0, 10.0, NULL}, |
313 {"subfps", &sub_fps, CONF_TYPE_FLOAT, 0, 0.0, 10.0, NULL}, | |
314 {"autosub", &sub_auto, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
315 {"noautosub", &sub_auto, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
316 {"unicode", &sub_unicode, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
317 {"nounicode", &sub_unicode, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
318 {"utf8", &sub_utf8, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
319 {"noutf8", &sub_utf8, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
320 {"forcedsubsonly", &forced_subs_only, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
321 // specify IFO file for VOBSUB subtitle | |
322 {"ifo", &spudec_ifo, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
323 // enable Closed Captioning display | |
324 {"subcc", &subcc_enabled, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
325 {"nosubcc", &subcc_enabled, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
326 {"overlapsub", &suboverlap_enabled, CONF_TYPE_FLAG, 0, 0, 2, NULL}, | |
327 {"nooverlapsub", &suboverlap_enabled, CONF_TYPE_FLAG, 0, 0, 0, NULL}, | |
328 {"sub-bg-color", &sub_bg_color, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL}, | |
329 {"sub-bg-alpha", &sub_bg_alpha, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL}, | |
330 {"sub-no-text-pp", &sub_no_text_pp, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
331 {"sub-fuzziness", &sub_match_fuzziness, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL}, | |
332 {"font", &font_name, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
333 {"subfont", &sub_font_name, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
334 {"ffactor", &font_factor, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 10.0, NULL}, | |
335 {"subpos", &sub_pos, CONF_TYPE_INT, CONF_RANGE, 0, 100, NULL}, | |
336 {"subalign", &sub_alignment, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL}, | |
337 {"subwidth", &sub_width_p, CONF_TYPE_INT, CONF_RANGE, 10, 100, NULL}, | |
338 {"spualign", &spu_alignment, CONF_TYPE_INT, CONF_RANGE, -1, 2, NULL}, | |
339 {"spuaa", &spu_aamode, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL}, | |
340 {"spugauss", &spu_gaussvar, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 3.0, NULL}, | |
27393 | 341 #ifdef CONFIG_FREETYPE |
31077 | 342 {"subfont-encoding", &subtitle_font_encoding, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
343 {"subfont-text-scale", &text_font_scale_factor, CONF_TYPE_FLOAT, CONF_RANGE, 0, 100, NULL}, | |
344 {"subfont-osd-scale", &osd_font_scale_factor, CONF_TYPE_FLOAT, CONF_RANGE, 0, 100, NULL}, | |
345 {"subfont-blur", &subtitle_font_radius, CONF_TYPE_FLOAT, CONF_RANGE, 0, 8, NULL}, | |
346 {"subfont-outline", &subtitle_font_thickness, CONF_TYPE_FLOAT, CONF_RANGE, 0, 8, NULL}, | |
347 {"subfont-autoscale", &subtitle_autoscale, CONF_TYPE_INT, CONF_RANGE, 0, 3, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
348 #endif |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
26416
diff
changeset
|
349 #ifdef CONFIG_ASS |
31077 | 350 {"ass", &ass_enabled, CONF_TYPE_FLAG, 0, 0, 1, NULL}, |
351 {"noass", &ass_enabled, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
352 {"ass-font-scale", &ass_font_scale, CONF_TYPE_FLOAT, CONF_RANGE, 0, 100, NULL}, | |
353 {"ass-line-spacing", &ass_line_spacing, CONF_TYPE_FLOAT, CONF_RANGE, -1000, 1000, NULL}, | |
354 {"ass-top-margin", &ass_top_margin, CONF_TYPE_INT, CONF_RANGE, 0, 2000, NULL}, | |
355 {"ass-bottom-margin", &ass_bottom_margin, CONF_TYPE_INT, CONF_RANGE, 0, 2000, NULL}, | |
356 {"ass-use-margins", &ass_use_margins, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
357 {"noass-use-margins", &ass_use_margins, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
358 {"embeddedfonts", &extract_embedded_fonts, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
359 {"noembeddedfonts", &extract_embedded_fonts, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | |
360 {"ass-force-style", &ass_force_style_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, | |
361 {"ass-color", &ass_color, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
362 {"ass-border-color", &ass_border_color, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
363 {"ass-styles", &ass_styles_file, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
364 {"ass-hinting", &ass_hinting, CONF_TYPE_INT, CONF_RANGE, 0, 7, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
365 #endif |
27393 | 366 #ifdef CONFIG_FONTCONFIG |
31077 | 367 {"fontconfig", &font_fontconfig, CONF_TYPE_FLAG, 0, -1, 1, NULL}, |
368 {"nofontconfig", &font_fontconfig, CONF_TYPE_FLAG, 0, 1, -1, NULL}, | |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
369 #else |
31077 | 370 {"fontconfig", "MPlayer was compiled without fontconfig support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, |
371 {"nofontconfig", "MPlayer was compiled without fontconfig support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, | |
27393 | 372 #endif /* CONFIG_FONTCONFIG */ |
26360
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
373 |
a48df598c055
Split cfg-common.h into two separate header files. It was being included twice
diego
parents:
diff
changeset
|
374 #endif /* MPLAYER_CFG_COMMON_OPTS_H */ |