evoice : Support hardware specific codec capability

This commit is contained in:
hemlata 2022-09-30 11:34:00 +02:00
parent 3638e0efa2
commit f9072e9a21

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=evoice
PKG_VERSION:=0.2.30
PKG_VERSION:=0.2.31
LOCAL_DEV=0
LOCAL_DEV_EVOICE_DIR=~/voip/evoice
@ -13,7 +13,7 @@ LOCAL_DEV_EVOICE_DIR=~/voip/evoice
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/evoice.git
PKG_SOURCE_VERSION:=ee4e9e00ec1c54b41e15a3de38f6a733634622dd
PKG_SOURCE_VERSION:=187774eb873c00053cce2e552279fca4b41dd2d0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif