mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-07 10:10:41 +00:00
5483473da0
Notable changes: - Changes to buffer size calculations and latency calculations. Not a big update, just wanted to commit something before the year ended! git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5023 96395faa-99c1-11dd-bbfe-3dabce05a288
13 lines
243 B
PkgConfig
13 lines
243 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: PortAudio
|
|
Description: Portable audio I/O
|
|
Requires:
|
|
Version: 19
|
|
|
|
Libs: -L${libdir} -lportaudio @LIBS@
|
|
Cflags: -I${includedir} @THREAD_CFLAGS@
|