summarylogtreecommitdiffstats
path: root/avbin.pc
blob: 6d83a1956dfcd6036fa1ae66f82bf4f2e20d5c95 (plain)
1
2
3
4
5
6
7
8
9
10
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: AVbin
Description: A C library that provides a wrapper around Libav’s video and audio decoding functionality
Version: 10
Libs: -L${libdir} -lavbin
Cflags: -I${includedir}