Skip to content

libvlc: use the local includes in vlc.h

Steve Lhomme requested to merge robUx4/vlc:libvlc-include into master

Do not allow messing with the include path and end up using other includes.

Any C compiler should respect the "" meaning including local files before looking in other pathes.

Merge request reports