0
0
Fork 0
mirror of https://github.com/ZDoom/fluidsynth.git synced 2025-06-03 02:20:50 +00:00
fluidsynth/doc/android/oboe-1.0.pc
Atsushi Eno daa037b0d3 Add Android audio drivers based on OpenSLES and Oboe ()
This set of changes implements audio drivers for Android, OpenSLES and Oboe. The changes in the original sources are kept minimal so that it should be easily maintained.
2019-03-27 18:02:23 +01:00

10 lines
222 B
PkgConfig

prefix=${pcfiledir}
exec_prefix=${prefix}
libdir=${prefix}
includedir=${prefix}/../../include/
Name: Oboe
Description: Oboe library
Version: 1.0.0
Libs: -L${libdir} -loboe -landroid -llog -lstdc++
Cflags: -I${includedir}