mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
bluetooth: Add LDAC support via GStreamer
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/440>
This commit is contained in:
parent
a407e9aafa
commit
ef4762a416
4 changed files with 342 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ endif
|
|||
if have_bluez5_gstreamer
|
||||
libbluez5_util_headers += [ 'a2dp-codec-gst.h' ]
|
||||
libbluez5_util_sources += [ 'a2dp-codec-gst.c' ]
|
||||
libbluez5_util_sources += [ 'a2dp-codec-ldac-gst.c' ]
|
||||
endif
|
||||
|
||||
libbluez5_util = shared_library('bluez5-util',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue