Merge pull request #1678 from boxerab/libvlc_pkgconfig

cmake: Fix pkg-config handling of libvlc
master
Colin Edwards 2019-03-13 23:10:23 -05:00 committed by GitHub
commit ef668b239d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)