summarylogtreecommitdiffstats
path: root/avbin.pc
diff options
context:
space:
mode:
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..db64fa86c05f
--- /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: 11
+Libs: -L${libdir} -lavbin
+Cflags: -I${includedir}