mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 21:02:26 +02:00
Look for keg-only libvlc
This commit is contained in:
@@ -6,12 +6,14 @@ find_path(LIBVLC_INCLUDE_DIR vlc/vlc.h
|
|||||||
HINTS
|
HINTS
|
||||||
${PC_LIBVLC_INCLUDEDIR}
|
${PC_LIBVLC_INCLUDEDIR}
|
||||||
${PC_LIBVLC_INCLUDE_DIRS}
|
${PC_LIBVLC_INCLUDE_DIRS}
|
||||||
|
/usr/local/opt/vlc/include
|
||||||
)
|
)
|
||||||
|
|
||||||
find_library(LIBVLC_LIBRARY NAMES vlc libvlc
|
find_library(LIBVLC_LIBRARY NAMES vlc libvlc
|
||||||
HINTS
|
HINTS
|
||||||
${PC_LIBVLC_LIBDIR}
|
${PC_LIBVLC_LIBDIR}
|
||||||
${PC_LIBVLC_LIBRARY_DIRS}
|
${PC_LIBVLC_LIBRARY_DIRS}
|
||||||
|
/usr/local/opt/vlc/lib
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user