I am using local_conf.py config version 5.14. I have tryed all of thes lines, none seem to do anything
MPLAYER_VO_DEV_OPTS = 'vo=gl'
MPLAYER_VO_DEV_OPTS = 'gl'
MPLAYER_VO_DEV_OPTS = ':vo=gl'
the gl output does work if I play mplayer without freevo
below is the 5.14 config file if you need to reference it
Code:
# ======================================================================
# MPlayer settings:
# ======================================================================
# MPLAYER_AO_DEV = 'oss:/dev/dsp' # e.g.: oss,sdl,alsa, see mplayer docs
# MPLAYER_VO_DEV_OPTS = '' # e.g.: ':some_var=vcal'
# DVD_LANG_PREF = 'en,se,no' # Order of preferred languages on DVD.
# DVD_SUBTITLE_PREF = '' # Order of preferred subtitles on DVD.
# Priority of mplayer process. 0 is unchanged, <0 is higher prio, >0 lower prio.
# prio <0 has no effect unless run as root.
# MPLAYER_NICE = -20
#