cmake: Fix pkg-config handling of libvlc

Tested against VLC 3
This commit is contained in:
Aaron Boxer 2019-02-21 12:24:19 -05:00
parent 748067c930
commit c150eabe35

View File

@ -10,7 +10,7 @@
find_package(PkgConfig QUIET)
if (PKG_CONFIG_FOUND)
pkg_check_modules(_VLC QUIET VLC)
pkg_check_modules(_VLC QUIET libvlc)
endif()
if(CMAKE_SIZEOF_VOID_P EQUAL 8)