# HG changeset patch # User arpi # Date 1031690449 0 # Node ID 7b929a5d753e5a689dfbc94ca735f1f9d9daad9d # Parent bb40478265df9ee1021c42b22ec44b3edb92275d GTF update: Fixes "known parametrs" even when fbdev unused patch by Rudolf Marek diff -r bb40478265df -r 7b929a5d753e cfg-mplayer.h --- a/cfg-mplayer.h Tue Sep 10 20:33:31 2002 +0000 +++ b/cfg-mplayer.h Tue Sep 10 20:40:49 2002 +0000 @@ -205,13 +205,16 @@ CONF_TYPE_PRINT, 0, 0, 0, NULL}, #endif +#if defined(HAVE_FBDEV)||defined(HAVE_VESA) + {"monitor_hfreq", &monitor_hfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, + {"monitor_vfreq", &monitor_vfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, + {"monitor_dotclock", &monitor_dotclock_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, +#endif + #ifdef HAVE_FBDEV {"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0, NULL}, {"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0, NULL}, {"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0, NULL}, - {"monitor_hfreq", &monitor_hfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, - {"monitor_vfreq", &monitor_vfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, - {"monitor_dotclock", &monitor_dotclock_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, #else #ifdef HAVE_DIRECTFB {"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0, NULL},