summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorsyrjala <syrjala@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-26 10:06:09 +0000
committersyrjala <syrjala@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-26 10:06:09 +0000
commit240a8f2b3bf3a2d0cc0ccb263d49a814fce66c94 (patch)
treec954491c1262e865e576e0e844066941687b917d /cfg-mplayer.h
parentf20efc9e4485ad92a670ed41d4a4e3270fdbff99 (diff)
downloadmpv-240a8f2b3bf3a2d0cc0ccb263d49a814fce66c94.tar.bz2
mpv-240a8f2b3bf3a2d0cc0ccb263d49a814fce66c94.tar.xz
Remove the rest of fb_dev_name + directfb usage.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14053 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 3bde0c58b5..5eaa35a21c 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -229,10 +229,6 @@ m_option_t mplayer_opts[]={
{"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},
-#else
-#ifdef HAVE_DIRECTFB
- {"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
-#endif
#endif
#ifdef HAVE_DIRECTFB
#if DIRECTFBVERSION > 912