[vlc-commits] intf: fix win32 build

Thomas Guillem git at videolan.org
Fri Mar 8 11:07:07 CET 2019


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Mar  8 11:05:24 2019 +0100| [f153c737edd2dee65f843ee2d6fbcbed788b206d] | committer: Thomas Guillem

intf: fix win32 build

win32/dirs.c seems to be the only one file using libvlc.h without including
vlc_interface.h before

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f153c737edd2dee65f843ee2d6fbcbed788b206d
---

 src/libvlc.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libvlc.h b/src/libvlc.h
index 2f4cf77b80..645f847568 100644
--- a/src/libvlc.h
+++ b/src/libvlc.h
@@ -177,6 +177,7 @@ typedef struct vlc_keystore vlc_keystore;
 typedef struct vlc_actions_t vlc_actions_t;
 typedef struct vlc_playlist vlc_playlist_t;
 typedef struct vlc_media_source_provider_t vlc_media_source_provider_t;
+typedef struct intf_thread_t intf_thread_t;
 
 typedef struct libvlc_priv_t
 {



More information about the vlc-commits mailing list