]> git.sesse.net Git - vlc/commit
Freetype: split some functions in text_renderer.c
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 28 Aug 2013 13:30:48 +0000 (15:30 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 28 Aug 2013 14:16:06 +0000 (16:16 +0200)
commit128e01e8c2f8d410a1f4194c40166c6dd4fa4f3c
treef8d9169d264247c2e620cab63551635782a6f2b6
parent41bad0093beb6aa4f6b9c9b2e1128d1765d99809
Freetype: split some functions in text_renderer.c

Too many functions are not related to freetype and could be used by
other renderers like QuartText or DirectWrite.
Moreover, this file was way too long.

This is just the beginning, and there are no functionnal change so far.
modules/text_renderer/Modules.am
modules/text_renderer/freetype.c
modules/text_renderer/text_renderer.c [new file with mode: 0644]
modules/text_renderer/text_renderer.h [new file with mode: 0644]