[vlc-devel] [PATCH] lib: use local include

Steve Lhomme robux4 at videolabs.io
Mon Jun 12 09:47:17 CEST 2017


This is how it's done in all other files
---
 lib/video.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/video.c b/lib/video.c
index 3fcde1091c..fbb99fbaf4 100644
--- a/lib/video.c
+++ b/lib/video.c
@@ -39,7 +39,7 @@
 #include <vlc_input.h>
 #include <vlc_vout.h>
 
-#include <libvlc_internal.h>
+#include "libvlc_internal.h"
 #include "media_player_internal.h"
 #include <math.h>
 #include <assert.h>
-- 
2.12.1



More information about the vlc-devel mailing list