[vlc-commits] intf: fix win32 build (for real)

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


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Mar  8 17:38:02 2019 +0100| [9395608ab4f9303276d2a5b3d82cc8c1f1fe3c9b] | committer: Thomas Guillem

intf: fix win32 build (for real)

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

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

diff --git a/src/libvlc.h b/src/libvlc.h
index 645f847568..02ab3e2475 100644
--- a/src/libvlc.h
+++ b/src/libvlc.h
@@ -187,7 +187,7 @@ typedef struct libvlc_priv_t
     vlm_t             *p_vlm;  ///< the VLM singleton (or NULL)
     vlc_dialog_provider *p_dialog_provider; ///< dialog provider
     vlc_keystore      *p_memory_keystore; ///< memory keystore
-    struct intf_thread_t *interface; ///< Linked-list of interfaces
+    intf_thread_t *interface; ///< Linked-list of interfaces
     struct playlist_t *playlist; ///< Playlist for interfaces
     vlc_playlist_t *main_playlist;
     struct input_preparser_t *parser; ///< Input item meta data handler



More information about the vlc-commits mailing list