Skip to content

vlccontrol2 build: update to latest libvlcpp

Martin Finkel requested to merge (removed):fix-build into master

fixes the build, did not test/run though.

Still some warnings

vlccontrol2.cpp:1150:14: warning: comparison of integers of different signs: 'long' and 'std::__1::vector<VLC::TrackDescription, std::__1::allocator<VLC::TrackDescription> >::size_type' (aka 'unsigned long long') [-Wsign-compare]
    if ( spu >= tracks.size() )

might need a cast.

/cc @chouquette

Merge request reports