summarylogtreecommitdiffstats
path: root/avbin.pc
blob: db64fa86c05f9cbf02cd2b9bac1635c2fdda9aba (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: 11
Libs: -L${libdir} -lavbin
Cflags: -I${includedir}