baresip: update to version 0.4.6

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
Jiri Slachta 2013-10-16 11:02:34 +02:00
parent e036da1adc
commit 5ab14990b9
2 changed files with 2 additions and 13 deletions

View file

@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=baresip PKG_NAME:=baresip
PKG_VERSION:=0.4.5 PKG_VERSION:=0.4.6
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.creytiv.com/pub/ PKG_SOURCE_URL:=http://www.creytiv.com/pub/
PKG_MD5SUM:=91733b9d110f533eb43ce67f9cccef78 PKG_MD5SUM:=862aac3a9840cc283d484cbc39df7059
baresip-mods:= \ baresip-mods:= \
alsa \ alsa \

View file

@ -1,11 +0,0 @@
--- 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>