[vlc-commits] quartztext: compilation fix
Felix Paul Kühne
git at videolan.org
Thu Jan 31 18:59:58 CET 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Jan 31 18:59:54 2013 +0100| [9f75360392735dca86e50ee8b87f76454acaa051] | committer: Felix Paul Kühne
quartztext: compilation fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f75360392735dca86e50ee8b87f76454acaa051
---
modules/text_renderer/quartztext.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/text_renderer/quartztext.c b/modules/text_renderer/quartztext.c
index f0da836..4b25caa 100644
--- a/modules/text_renderer/quartztext.c
+++ b/modules/text_renderer/quartztext.c
@@ -36,6 +36,7 @@
#include <vlc_stream.h>
#include <vlc_xml.h>
#include <vlc_input.h>
+#include <vlc_filter.h>
#include <TargetConditionals.h>
More information about the vlc-commits
mailing list