I have installed mplayer with x11 support.But how can open gui mplayer from terminal oeo
?

It used to besk8harddiefast said:I have installed mplayer with x11 support.But how can open gui mplayer from terminal oeo?
$gmplayer
Oko said:If you compiled with GUI. The most current version of MPlayer from their git repo should not
have GUI.
To be honest, I didn't know which revision control system they use. I assumed git since those are Linux fox. If it is svn so be it. I still use CVS without hope that OpenCVS will be completed any time soon. You can check ports@openbsd about GUI and other discussions (no formal release model) related to MPlayer.richardpl said:Oko, you are totally lost, offical mplayer repo is svn, git repo is something completely else.
It is shame how some "linux folks" are developing software.
$ mplayer -vo sdl video_file
under video console.device vesa
option X86BIOS
vmc.o vo_xvmc.c
vo_xvmc.c: In function 'allocate_xvimage':
vo_xvmc.c:156:56: error: 'xv_port' undeclared (first use in this function)
vo_xvmc.c:156:56: note: each undeclared identifier is reported only once for each function it appears in
vo_xvmc.c: In function 'xvmc_find_surface_by_format':
vo_xvmc.c:322:9: error: 'xv_port' undeclared (first use in this function)
vo_xvmc.c: In function 'preinit':
vo_xvmc.c:374:51: error: 'xv_test_ck' undeclared (first use in this function)
vo_xvmc.c:375:51: error: 'xv_test_ckm' undeclared (first use in this function)
vo_xvmc.c:410:4: error: 'xv_port' undeclared (first use in this function)
vo_xvmc.c: In function 'config':
vo_xvmc.c:475:8: error: 'xv_port' undeclared (first use in this function)
vo_xvmc.c:490:4: warning: passing argument 2 of 'XvMCCreateContext' makes integer from pointer without a cast
/usr/local/include/X11/extensions/XvMClib.h:25:8: note: expected 'XvPortID' but argument is of type 'struct opt_t *'
vo_xvmc.c:570:23: warning: passing argument 2 of 'XvMCListSubpictureTypes' makes integer from pointer without a cast
/usr/local/include/X11/extensions/XvMClib.h:46:23: note: expected 'XvPortID' but argument is of type 'struct opt_t *'
vo_xvmc.c:676:8: error: 'xv_ck_info' undeclared (first use in this function)
vo_xvmc.c:676:18: error: request for member 'method' in something not a structure or union
vo_xvmc.c:676:29: error: 'CK_METHOD_BACKGROUND' undeclared (first use in this function)
vo_xvmc.c:677:31: error: 'xv_colorkey' undeclared (first use in this function)
vo_xvmc.c:677:29: warning: assignment makes integer from pointer without a cast
vo_xvmc.c: In function 'xvmc_free':
vo_xvmc.c:1137:8: error: 'xv_port' undeclared (first use in this function)
vo_xvmc.c:1138:7: warning: passing argument 2 of 'XvUngrabPort' makes integer from pointer without a cast
/usr/local/include/X11/extensions/Xvlib.h:261:12: note: expected 'XvPortID' but argument is of type 'struct opt_t *'
vo_xvmc.c: In function 'control':
vo_xvmc.c:1407:30: error: 'xv_port' undeclared (first use in this function)
gmake[1]: *** [vo_xvmc.o] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/libvo'
gmake: *** [libvo/libvo.a] Error 2
*** Error code 1
Stop in /usr/ports/multimedia/mplayer.
*** Error code 1
Stop in /usr/ports/multimedia/mplayer
miniqq said:On my freebsd 8 stable laptop with VESA console, I can run$ mplayer -vo sdl video_file
under video console.
vesa console resolution 1280x800x32, the mplayer play more smooth than on X.