Browse Source

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

pulseaudio: fix non-NEON ARM compiles
lilik-openwrt-22.03
tripolar 6 years ago
committed by GitHub
parent
commit
b7ba557c51
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      sound/pulseaudio/Makefile

+ 1
- 0
sound/pulseaudio/Makefile 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 \


Loading…
Cancel
Save