On Mon, Nov 21, 2005 at 10:00:15AM -0100, Duncan Webb wrote: > When I run mplayer with -vo directfb now everything exits but leaves the > last frame on the console. The directfb message contain: > > (!!!) *** WARNING [Application exited without de-initialization of > DirectFB!] *** [core.c:727 in dfb_core_deinit_check()]
At least in my copy of libvo/vo_directfb2.c the Release() function is commented out (line 1024). It seems it doesn't like to to do the preinit() more than once so if you enable the Release() bit you also have to comment out the "if (dfb) return 0;" at line 189. Oh and you should also release the keyboard and event buffer too (around line 995). -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
