Search found 1 match

Go to advanced search

by Jackylan
20 Jun 2018 11:47
Forum: Development around libVLC
Topic: Problem when including "vlc.h" file to c++ win32
Replies: 8
Views: 2601

Re: Problem when including "vlc.h" file to c++ win32

Just add following type definition before line 368 of libvlc_media.h
typedef unsigned int ssize_t;

You may get another error in libvlc_dialog.h. To solve it, just DELETE following statement at line 24
#include <stdbool.h>

Go to advanced search