Compare commits
No commits in common. "local_libportaudio" and "master" have entirely different histories.
local_libp
...
master
1 changed files with 2 additions and 7 deletions
|
@ -1,12 +1,7 @@
|
||||||
module LibPortAudio
|
module LibPortAudio
|
||||||
|
|
||||||
# using libportaudio_jll
|
using libportaudio_jll
|
||||||
# export libportaudio_jll
|
export libportaudio_jll
|
||||||
|
|
||||||
# libportaudio_jll provided by General Julia registry cannot handle correctly
|
|
||||||
# some Pipewire devices like Bluetooth headphones. Just use local versions of
|
|
||||||
# libportaudio.so provided by OS since it works.
|
|
||||||
libportaudio = "/usr/lib/libportaudio.so"
|
|
||||||
|
|
||||||
function Pa_GetVersion()
|
function Pa_GetVersion()
|
||||||
ccall((:Pa_GetVersion, libportaudio), Cint, ())
|
ccall((:Pa_GetVersion, libportaudio), Cint, ())
|
||||||
|
|
Loading…
Reference in a new issue