Skip to content
Snippets Groups Projects
Commit 7a4f2e60 authored by Bastien Penavayre's avatar Bastien Penavayre Committed by Geoffrey Métais
Browse files

Adds custom pc.in files for medialibrary's dependencies


Create a folder contaning pc.in files to force autoconf to look for medialibrary's dependencies
in spefic folders.
Those files need to be converted to pc by replacing @variables@ with the correct paths beforehand.

Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent fe18facf
No related branches found
No related tags found
No related merge requests found
libdir=@libdir@
Name: LibVLC control API
Description: VLC media player external control library
Version: 3.0.0-git
Cflags: @includedirs@
Libs: -L${libdir} -lvlc
Libs.private: -lvlccore
prefix=@prefix@
libdir=${prefix}
includedir=${prefix}
Name: libvlcpp
Description: libvlc C++ bindings
Version: 0.1.0
Cflags: -I${includedir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment