vlcmediawidget: include vlc.h instead of defining classes directly

Authored by mauroc on Dec 22 2018, 4:05 PM.

Description

vlcmediawidget: include vlc.h instead of defining classes directly

Clang 7 warns about some of the vlc.h specific class/structs, when built
with vlc 3. The reason is that some of those are not declared as
class, but, instead, as struct.

We might just fix one by one to match vlc 3 header, but this could
have changed in the past and may change in the future. So, just include
the header.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

Details

Committed
maurocDec 22 2018, 4:10 PM
Parents
R466:2b8603052322: dvbtransponder: clean a clang 7 warning about a private declaration
Branches
Unknown
Tags
Unknown