Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'bluez5' into 'master'
Browse files Browse the repository at this point in the history
Add support for droid Bluetooth HSP audio.

See merge request !11
  • Loading branch information
Juho Hamalainen committed Jun 15, 2017
2 parents a8779a6 + b58744c commit 33b28a7
Show file tree
Hide file tree
Showing 8 changed files with 932 additions and 200 deletions.
1 change: 1 addition & 0 deletions rpm/pulseaudio.spec
Expand Up @@ -45,6 +45,7 @@ BuildRequires: libtool-ltdl-devel
BuildRequires: fdupes
BuildRequires: systemd-libs
BuildRequires: systemd-devel
BuildRequires: pkgconfig(bluez) >= 4.101

%description
PulseAudio is a layer between audio devices and applications. It removes
Expand Down
4 changes: 3 additions & 1 deletion src/Makefile.am
Expand Up @@ -2303,7 +2303,9 @@ libbluez5_util_la_SOURCES += \
modules/bluetooth/backend-native.c
endif
libbluez5_util_la_SOURCES += \
modules/bluetooth/backend-droid.c
modules/bluetooth/backend-droid.c \
modules/bluetooth/backend-droid-native.c \
modules/bluetooth/backend-droid-volume.c

libbluez5_util_la_LDFLAGS = -avoid-version
libbluez5_util_la_LIBADD = $(MODULE_LIBADD) $(DBUS_LIBS)
Expand Down

0 comments on commit 33b28a7

Please sign in to comment.