Search found 3 matches

Go to advanced search

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

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

It seems that `ssize_t` is not defined in MSVC maybe because it's not POSIX but a C extension.
you can replace it with `int`
by avilleret
20 Jun 2018 09:57
Forum: Development around libVLC
Topic: Problem when including "vlc.h" file to c++ win32
Replies: 8
Views: 2702

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

I do have the same issue with 3.0.2 and 3.0.3.
By commenting out the related line in libvlc_media.h the code compiles but then it crash as soon as I call a libvlc_media* function.
by avilleret
18 May 2014 11:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC on Raspberry Pi with hardware decoding
Replies: 0
Views: 6136

VLC on Raspberry Pi with hardware decoding

Hello, I've build VLC from source and enable the omxil components on my Raspberry Pi. I follow this great article : http://www.oblivion-software.de/index.php?id=56 When I do : vlc --list | grep omxil it reports : VLC media player 2.2.0-git Weatherwax (revision 2.1.0-git-3280-g2fe9c76) omxil Décodeur...

Go to advanced search