baresip: Fix avcodec and avformat CFLAGS. This commit fixes #6.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
4194b00738
commit
0f0a21f63b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue