summaryrefslogtreecommitdiffstats
path: root/thirdparties/android/lib/pkgconfig/vorbis.pc
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/android/lib/pkgconfig/vorbis.pc')
-rw-r--r--thirdparties/android/lib/pkgconfig/vorbis.pc14
1 files changed, 14 insertions, 0 deletions
diff --git a/thirdparties/android/lib/pkgconfig/vorbis.pc b/thirdparties/android/lib/pkgconfig/vorbis.pc
new file mode 100644
index 0000000..59c385e
--- /dev/null
+++ b/thirdparties/android/lib/pkgconfig/vorbis.pc
@@ -0,0 +1,14 @@
+# libvorbis pkg-config source file
+
+prefix=/home/inexbee/Bureau/theorarm/android
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: vorbis
+Description: vorbis is the primary Ogg Vorbis library
+Version: 1.2.3
+Requires: ogg
+Conflicts:
+Libs: -L${libdir} -lvorbis -lm
+Cflags: -I${includedir}
OpenPOWER on IntegriCloud