[MPlayer-dev-eng] mp-G2 pre18 / Video with no sound
D Richard Felker III
dalias at aerifal.cx
Wed May 7 09:53:22 CEST 2003
On Wed, May 07, 2003 at 11:31:24AM +0400, Sergey Pinaev wrote:
> hi.
> On Tue, 6 May 2003 17:11:49 -0400
> D Richard Felker III <dalias at aerifal.cx> wrote:
>
> DRFI> lib with a gui. Other good examples of bad libs are gui/widget/game
> DRFI> libs that force your whole program to run as a callback function
> DRFI> from the library's main loop. (no names here -- everyone knows who I'm
> DRFI> talking about... :)
>
> again talking about "sucky bloated gtk+"?
> do you ever read documentation for it? =)
> hint:
> while(1) {
> do_what_you_want();
> if(gtk_main_iteration_do(FALSE)) {
> cleanup_all_what_you_want();
> return 0;
> }
> }
Actually I was thinking more of GLUT, although I'd heard bad things
about GTK too... :)
Rich
More information about the MPlayer-dev-eng
mailing list