baresip: update to 0.4.4
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
6dc459d387
commit
45fd2ae24b
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010-2012 OpenWrt.org
|
# Copyright (C) 2010-2013 OpenWrt.org
|
||||||
# Copyright (C) 2010 Alfred E. Heggestad
|
# Copyright (C) 2010 Alfred E. Heggestad
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
@ -9,12 +9,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=baresip
|
PKG_NAME:=baresip
|
||||||
PKG_VERSION:=0.4.1
|
PKG_VERSION:=0.4.4
|
||||||
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:=1574e40bace9593ec40c527299654bb6
|
PKG_MD5SUM:=09ed622e6c0992e543a5a78023fbb916
|
||||||
|
|
||||||
baresip-mods:= \
|
baresip-mods:= \
|
||||||
alsa \
|
alsa \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/modules/v4l/v4l.c
|
--- a/modules/v4l/v4l.c
|
||||||
+++ b/modules/v4l/v4l.c
|
+++ b/modules/v4l/v4l.c
|
||||||
@@ -14,7 +14,7 @@
|
@@ -13,7 +13,7 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#undef __STRICT_ANSI__ /* needed for RHEL4 kernel 2.6.9 */
|
#undef __STRICT_ANSI__ /* needed for RHEL4 kernel 2.6.9 */
|
||||||
|
|
Loading…
Reference in a new issue