Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
include $(TOPDIR)/rules.mk
PKG_NAME:=baresip
-PKG_VERSION:=0.4.5
+PKG_VERSION:=0.4.6
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.creytiv.com/pub/
-PKG_MD5SUM:=91733b9d110f533eb43ce67f9cccef78
+PKG_MD5SUM:=862aac3a9840cc283d484cbc39df7059
baresip-mods:= \
alsa \
+++ /dev/null
---- a/modules/v4l/v4l.c
-+++ b/modules/v4l/v4l.c
-@@ -13,7 +13,7 @@
- #include <fcntl.h>
- #include <unistd.h>
- #undef __STRICT_ANSI__ /* needed for RHEL4 kernel 2.6.9 */
--#include <linux/videodev.h>
-+#include <libv4l1-videodev.h>
- #include <pthread.h>
- #include <re.h>
- #include <baresip.h>