1 Nov 2005 03:51
Re: libsdl needs some tweaks for DirectFB 0.9.23
Mike Frysinger <vapier <at> gentoo.org>
2005-11-01 02:51:09 GMT
2005-11-01 02:51:09 GMT
On Fri, Oct 28, 2005 at 01:23:57AM +0000, Mike Frysinger wrote: > the new release of DirectFB breaks the libsdl DirectRB video module > > specifically, this change: > http://www.directfb.org/index.php/viewcvs.cgi/DirectFB/include/directfb.h.diff?r1=1.266&r2=1.267 > > but (unless i missed something), it should be trivial to fix (just annoying) > ... ive done so in Gentoo (also attached): > http://viewcvs.gentoo.org/media-libs/libsdl/files/libsdl-1.2.9-DirectFB-updates.patch hmm, i did miss something ... need to include directfb_version.h before trying to test version defines :) updated patch attached as well as previous URL -mike
DirectFB peeps changed their API again: http://www.directfb.org/index.php/viewcvs.cgi/DirectFB/include/directfb.h.diff?r1=1.266&r2=1.267 --- src/video/directfb/SDL_DirectFB_video.c +++ src/video/directfb/SDL_DirectFB_video.c <at> <at> -40,6 +40,7 <at> <at> static char rcsid = #include <sys/mman.h> #include <directfb.h> +#include <directfb_version.h> #include "SDL.h"(Continue reading)
Ah, but you must under the LGPL. You don't need to provide them in the
application package, but you must provide them upon demand, if requested
by the end user of your application.
-Sam Lantinga, Software Engineer, Blizzard Entertainment
RSS Feed