From 663afa13327fd770ca20cb5773c1e0bd3d0137c4 Mon Sep 17 00:00:00 2001 From: Grzegorz Sluja Date: Thu, 2 Mar 2023 14:08:45 +0100 Subject: [PATCH] Update package libvoice-airoha Move the definition of RTP_HEADER_SIZE from airoha-priv.h to libvoice-priv.h --- libvoice-airoha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvoice-airoha/Makefile b/libvoice-airoha/Makefile index d95ac58e5..af80e2bb7 100644 --- a/libvoice-airoha/Makefile +++ b/libvoice-airoha/Makefile @@ -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