Author: tom
Date: Thu Dec 11 13:34:43 2008
New Revision: 3502

URL: http://svn.slimdevices.com?rev=3502&root=Jive&view=rev
Log:
fixes for new freetype version, similar to patch files being used in poky

Modified:
    7.4/branches/pango/squeezeplay/src/SDL_ttf-2.0.8/SDL_ttf.c

Modified: 7.4/branches/pango/squeezeplay/src/SDL_ttf-2.0.8/SDL_ttf.c
URL: 
http://svn.slimdevices.com/7.4/branches/pango/squeezeplay/src/SDL_ttf-2.0.8/SDL_ttf.c?rev=3502&root=Jive&r1=3501&r2=3502&view=diff
==============================================================================
--- 7.4/branches/pango/squeezeplay/src/SDL_ttf-2.0.8/SDL_ttf.c (original)
+++ 7.4/branches/pango/squeezeplay/src/SDL_ttf-2.0.8/SDL_ttf.c Thu Dec 11 
13:34:43 2008
@@ -48,7 +48,7 @@
 #include <freetype/ftoutln.h>
 #include <freetype/ttnameid.h>
 */
-#include <freetype/internal/ftobjs.h>
+//#include <freetype/internal/ftobjs.h>
 
 #ifndef FT_OPEN_STREAM
 #define FT_OPEN_STREAM ft_open_stream
@@ -278,7 +278,7 @@
        }
        memset(stream, 0, sizeof(*stream));
 
-       stream->memory = library->memory;
+//     stream->memory = library->memory;
        stream->read = RWread;
        stream->descriptor.pointer = src;
        stream->pos = (unsigned long)position;

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to