cmake: Fix pkg-config handling of libvlc
Tested against VLC 3
This commit is contained in:
parent
748067c930
commit
c150eabe35
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user