Update of /cvsroot/xine/xine-lib/src/xine-engine
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8276/src/xine-engine
Modified Files:
osd.c
Log Message:
Fix a build error, introduced in the previous commit, which bites when building
without Freetype support.
Index: osd.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/xine-engine/osd.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- osd.c 3 Mar 2007 14:12:50 -0000 1.85
+++ osd.c 3 Mar 2007 22:59:37 -0000 1.86
@@ -1482,12 +1482,14 @@
if ( osd == osd_to_close ) {
free( osd->area );
+#ifdef HAVE_FT2
if( osd->ft2 ) {
if ( osd->ft2->library )
FT_Done_FreeType(osd->ft2->library);
free( osd->ft2 );
}
+#endif
osd_free_encoding(osd);
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog