]> git.sesse.net Git - vlc/blobdiff - modules/misc/win32text.c
only check for swscale.h if libswscale is there and linkable. Pointed by Ilkka Ollakka
[vlc] / modules / misc / win32text.c
index 9c6d2204eee0399536e1777ab75d535e70cf019c..ca6d03cb4ba7405e584f276945483533ec534b74 100644 (file)
 #include <string.h>
 
 #include <vlc/vlc.h>
-#include <vlc/vout.h>
-#include "vlc_osd.h"
-#include "vlc_block.h"
-#include "vlc_filter.h"
+#include <vlc_vout.h>
+#include <vlc_osd.h>
+#include <vlc_block.h>
+#include <vlc_filter.h>
 
 #include <math.h>