3 changed files with 24 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
prefix=@prefix@ |
|||
exec_prefix=@exec_prefix@ |
|||
libdir=@libdir@ |
|||
includedir=@includedir@ |
|||
|
|||
Name: LibVLC control API |
|||
Description: VLC media player external control library |
|||
Version: @VERSION@ |
|||
Cflags: -I${includedir} |
|||
Libs: -L${libdir} -lvlc-control |
|||
Libs.private: -lvlc |
|||
Loading…
Reference in new issue