Update package libvoice-airoha

Move the definition of RTP_HEADER_SIZE from airoha-priv.h to libvoice-priv.h
This commit is contained in:
Grzegorz Sluja 2023-03-02 14:08:45 +01:00
parent d343d53c36
commit 663afa1332

View file

@ -16,7 +16,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:=fc397f971e873bc57912ef3ab22466e59e5c416f
PKG_SOURCE_VERSION:=9133eacf5665dc01fa58d819bcc96f0a97ebd63c
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif