From 0f0a21f63b92b3dd3e4dbc8f1e06ad4c15a8eea3 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Sun, 4 Jan 2015 14:11:30 +0100 Subject: [PATCH] baresip: Fix avcodec and avformat CFLAGS. This commit fixes #6. Signed-off-by: Jiri Slachta --- net/baresip/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/baresip/Makefile b/net/baresip/Makefile index 9eb8721882b..a78089d6193 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=baresip PKG_VERSION:=0.4.12 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub/ @@ -55,8 +55,8 @@ $(call Package/baresip/Default) endef baresip-mod-alsa := USE_ALSA -baresip-mod-avcodec := USE_FFMPEG -baresip-mod-avformat := USE_FFMPEG_AVFORMAT +baresip-mod-avcodec := USE_AVCODEC +baresip-mod-avformat := USE_AVFORMAT baresip-mod-cons := USE_CONS baresip-mod-evdev := USE_EVDEV baresip-mod-g711 := USE_G711