mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-14 16:40:43 +00:00
daa037b0d3
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.
10 lines
222 B
PkgConfig
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}
|