comparison cfg-common.h @ 26416:9d53b15aed02

Add options to disable some or all config files. Patch by Andrew Savchenko (Bircoph -at- list -dot- ru).
author albeu
date Mon, 14 Apr 2008 11:21:29 +0000
parents b450d3591845
children 0080f5b9d94f
comparison
equal deleted inserted replaced
26415:cc7c52fa5eb1 26416:9d53b15aed02
370 { "idle", IDLE_PRIORITY_CLASS}, 370 { "idle", IDLE_PRIORITY_CLASS},
371 { NULL, NORMAL_PRIORITY_CLASS} /* default */ 371 { NULL, NORMAL_PRIORITY_CLASS} /* default */
372 }; 372 };
373 #endif /* WIN32 */ 373 #endif /* WIN32 */
374 374
375 extern const m_option_t noconfig_opts[];
376
375 extern const m_option_t lavc_decode_opts_conf[]; 377 extern const m_option_t lavc_decode_opts_conf[];
376 extern const m_option_t xvid_dec_opts[]; 378 extern const m_option_t xvid_dec_opts[];
377 379
378 int dvd_parse_chapter_range(const m_option_t*, const char*); 380 int dvd_parse_chapter_range(const m_option_t*, const char*);
379 381