Skip to content

Commit

Permalink
baresip: Fix avcodec and avformat CFLAGS. This commit fixes openwrt-m…
Browse files Browse the repository at this point in the history
…irror#6.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
  • Loading branch information
jslachta committed Jan 4, 2015
1 parent 4194b00 commit 0f0a21f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/baresip/Makefile
Expand Up @@ -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/
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0f0a21f

Please sign in to comment.