[vlc-devel] [PATCH 1/2] libvlc-module: include vlc_vout.h to get values to populate lists

Steve Lhomme robux4 at ycbcr.xyz
Thu Apr 26 11:43:31 CEST 2018


---
 src/libvlc-module.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index f638d83339..7d45407f00 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -44,6 +44,7 @@
 #include "vlc_actions.h"
 #include "vlc_meta.h"
 #include <vlc_aout.h>
+#include <vlc_vout.h>
 
 static const char *const ppsz_snap_formats[] =
 { "png", "jpg", "tiff" };
-- 
2.16.2



More information about the vlc-devel mailing list