[vlc-commits] libvlc-module: include vlc_vout.h to get values to populate lists
    Steve Lhomme 
    git at videolan.org
       
    Fri Apr 27 07:59:26 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Apr 26 11:34:47 2018 +0200| [0ab6ab0a35511a12a08ef79bd99a224171e752af] | committer: Steve Lhomme
libvlc-module: include vlc_vout.h to get values to populate lists
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ab6ab0a35511a12a08ef79bd99a224171e752af
---
 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" };
    
    
More information about the vlc-commits
mailing list