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
|
||||
|
||||
# using 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"
|
||||
using libportaudio_jll
|
||||
export libportaudio_jll
|
||||
|
||||
function Pa_GetVersion()
|
||||
ccall((:Pa_GetVersion, libportaudio), Cint, ())
|
||||
|
|
Loading…
Reference in a new issue