libvoice-broadcom: 1.0.4

Expose both local and remote RTP loss rate to voicemngr
This commit is contained in:
Grzegorz Sluja 2023-09-06 14:31:05 +02:00
parent d150800f1b
commit ad06a9f4ea

View file

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libvoice-broadcom
PKG_RELEASE:=1
PKG_VERSION:=1.0.3
PKG_VERSION:=1.0.4
PKG_LICENSE:=PROPRIETARY
PKG_LICENSE_FILES:=LICENSE
@ -17,7 +17,7 @@ LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/$(PKG_NAME).git
PKG_SOURCE_VERSION:=d11f3d25e51a63e202c2f24896aff46b3e70ceb5
PKG_SOURCE_VERSION:=b9a94b05c15ccc1503bc19c24d0535996c865ecb
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif