Merge pull request #5788 from micmac1/baresip-pulse-dep2

pulseaudio: fix non-NEON ARM compiles
This commit is contained in:
tripolar
2018-03-19 08:41:57 +01:00
committed by GitHub
+1
View File
@@ -99,6 +99,7 @@ define Package/pulseaudio-profiles
endef
CONFIGURE_ARGS += \
$(if $(findstring neon,$(CONFIG_TARGET_OPTIMIZATION)),--enable-neon-opt,--disable-neon-opt) \
--with-system-user=pulse \
--with-system-group=pulse \
--with-access-group=audio \