bluetooth: Add aptX support via GStreamer

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/440>
This commit is contained in:
Sanchayan Maity 2020-12-21 12:37:31 +05:30
parent ef4762a416
commit 3377964889
4 changed files with 405 additions and 0 deletions

View file

@ -24,6 +24,7 @@ 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' ]
libbluez5_util_sources += [ 'a2dp-codec-aptx-gst.c' ]
endif
libbluez5_util = shared_library('bluez5-util',