Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 393 Bytes

libvlcwindowsfixes.md

File metadata and controls

16 lines (15 loc) · 393 Bytes

Fixes for 3.0.20

plugins/vlc_common.h

#include <vlc_arrays.h> -> //#include <vlc_arrays.h>

plugins/vlc_threads.h

need add #include "../../core/compat/poll.h"

libvlc_media.h

need add few lines

#if defined(_MSC_VER)
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif

plugins/vlc_common.h

#include "vlc_configuration.h" -> //#include "vlc_configuration.h"