mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04: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
|
|
@ -747,6 +747,7 @@ bluez5_gstapp_dep = dependency('gstreamer-app-1.0', required : get_option('bluez
|
|||
have_bluez5_gstreamer = false
|
||||
if bluez5_gst_dep.found() and bluez5_gstapp_dep.found()
|
||||
have_bluez5_gstreamer = true
|
||||
cdata.set('HAVE_GSTLDAC', 1)
|
||||
endif
|
||||
|
||||
# These are required for the CMake file generation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue