comparison cfg-mencoder.h @ 26126:4d7f8b0bebe7

Add comments to #endif preprocessor directives.
author diego
date Tue, 04 Mar 2008 19:34:56 +0000
parents 020e58ad1408
children a48df598c055
comparison
equal deleted inserted replaced
26125:020e58ad1408 26126:4d7f8b0bebe7
70 {"pcm", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_PCM, NULL}, 70 {"pcm", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_PCM, NULL},
71 #ifdef HAVE_MP3LAME 71 #ifdef HAVE_MP3LAME
72 {"mp3lame", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_VBRMP3, NULL}, 72 {"mp3lame", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_VBRMP3, NULL},
73 #else 73 #else
74 {"mp3lame", "MPlayer was compiled without libmp3lame support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 74 {"mp3lame", "MPlayer was compiled without libmp3lame support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
75 #endif 75 #endif /* HAVE_MP3LAME */
76 #ifdef USE_LIBAVCODEC 76 #ifdef USE_LIBAVCODEC
77 {"lavc", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_LAVC, NULL}, 77 {"lavc", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_LAVC, NULL},
78 #else 78 #else
79 {"lavc", "MPlayer was compiled without libavcodec. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 79 {"lavc", "MPlayer was compiled without libavcodec. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
80 #endif 80 #endif /* USE_LIBAVCODEC */
81 #ifdef HAVE_TOOLAME 81 #ifdef HAVE_TOOLAME
82 {"toolame", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_TOOLAME, NULL}, 82 {"toolame", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_TOOLAME, NULL},
83 #else 83 #else
84 {"toolame", "MPlayer was compiled without libtoolame. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 84 {"toolame", "MPlayer was compiled without libtoolame. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
85 #endif 85 #endif /* HAVE_TOOLAME */
86 #ifdef HAVE_TWOLAME 86 #ifdef HAVE_TWOLAME
87 {"twolame", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_TWOLAME, NULL}, 87 {"twolame", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_TWOLAME, NULL},
88 #else 88 #else
89 {"twolame", "MPlayer was compiled without libtwolame. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 89 {"twolame", "MPlayer was compiled without libtwolame. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
90 #endif 90 #endif /* HAVE_TWOLAME */
91 #ifdef HAVE_FAAC 91 #ifdef HAVE_FAAC
92 {"faac", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_FAAC, NULL}, 92 {"faac", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_FAAC, NULL},
93 #else 93 #else
94 {"faac", "MPlayer was compiled without libfaac. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 94 {"faac", "MPlayer was compiled without libfaac. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
95 #endif 95 #endif /* HAVE_FAAC */
96 {"help", "\nAvailable codecs:\n" 96 {"help", "\nAvailable codecs:\n"
97 " copy - frame copy, without re-encoding (useful for AC3)\n" 97 " copy - frame copy, without re-encoding (useful for AC3)\n"
98 " pcm - uncompressed PCM audio\n" 98 " pcm - uncompressed PCM audio\n"
99 #ifdef HAVE_MP3LAME 99 #ifdef HAVE_MP3LAME
100 " mp3lame - cbr/abr/vbr MP3 using libmp3lame\n" 100 " mp3lame - cbr/abr/vbr MP3 using libmp3lame\n"
222 #endif 222 #endif
223 #ifdef USE_LIBAVCODEC 223 #ifdef USE_LIBAVCODEC
224 {"lavcopts", lavcopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL}, 224 {"lavcopts", lavcopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
225 #else 225 #else
226 {"lavcopts", "MPlayer was compiled without libavcodec. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 226 {"lavcopts", "MPlayer was compiled without libavcodec. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
227 #endif 227 #endif /* USE_LIBAVCODEC */
228 #ifdef HAVE_TOOLAME 228 #ifdef HAVE_TOOLAME
229 {"toolameopts", toolameopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL}, 229 {"toolameopts", toolameopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
230 #else 230 #else
231 {"toolameopts", "MPlayer was compiled without libtoolame. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 231 {"toolameopts", "MPlayer was compiled without libtoolame. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
232 #endif 232 #endif /* HAVE_TOOLAME */
233 #ifdef HAVE_TWOLAME 233 #ifdef HAVE_TWOLAME
234 {"twolameopts", twolameopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL}, 234 {"twolameopts", twolameopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
235 #else 235 #else
236 {"twolameopts", "MPlayer was compiled without libtwolame. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 236 {"twolameopts", "MPlayer was compiled without libtwolame. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
237 #endif 237 #endif /* HAVE_TWOLAME */
238 #ifdef HAVE_FAAC 238 #ifdef HAVE_FAAC
239 {"faacopts", faacopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL}, 239 {"faacopts", faacopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
240 #else 240 #else
241 {"faacopts", "MPlayer was compiled without libfaac. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 241 {"faacopts", "MPlayer was compiled without libfaac. See README or DOCS.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
242 #endif 242 #endif /* HAVE_FAAC */
243 #ifdef USE_WIN32DLL 243 #ifdef USE_WIN32DLL
244 {"xvfwopts", vfwopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL}, 244 {"xvfwopts", vfwopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
245 #endif 245 #endif
246 #if defined(HAVE_XVID3) || defined(HAVE_XVID4) 246 #if defined(HAVE_XVID3) || defined(HAVE_XVID4)
247 {"xvidencopts", xvidencopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL}, 247 {"xvidencopts", xvidencopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},