summarylogtreecommitdiffstats
path: root/avbin.pc
diff options
context:
space:
mode:
authorDaniel Bermond2019-06-09 18:54:10 +0000
committerDaniel Bermond2019-06-09 19:09:55 +0000
commitb7700e39b25ebd168bbeb34dac20530f85c02c38 (patch)
treea9c8af093540144ae6dd3b968e08b2782af2fdf8 /avbin.pc
parentd12170ed5aba44484d572bbf75b0247fe76469a0 (diff)
downloadaur-b7700e39b25ebd168bbeb34dac20530f85c02c38.tar.gz
Major rewrite with many fixes and improvements
Diffstat (limited to 'avbin.pc')
-rw-r--r--avbin.pc10
1 files changed, 10 insertions, 0 deletions
diff --git a/avbin.pc b/avbin.pc
new file mode 100644
index 000000000000..6d83a1956dfc
--- /dev/null
+++ b/avbin.pc
@@ -0,0 +1,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}