[MPlayer-dev-eng] [RFC] configure error out if both OpenGL and corevideo
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Sep 1 11:32:28 CEST 2009
Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:
> +if test "$_corevideo" = yes -a "$_gl" = yes; then
> + die "Both OpenGL and corevideo enabled, this will crash. Use e.g.
--disable-gl"
Imo, this is not how it's done in MPlayer, it should be similar to r21925:
test "$_corevideo" = auto && test "$_gl" = yes && _corevideo=no &&
_res_comment="disabled by OpenGL
(The user should have the possibility to enable both, if he wishes to do so.)
Carl Eugen
More information about the MPlayer-dev-eng
mailing list