baresip: use MENU:=1 to behave as other telephony packages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
b35c96c3fa
commit
d9d729251a
1 changed files with 1 additions and 1 deletions
|
@ -47,9 +47,9 @@ define Package/baresip
|
||||||
$(call Package/baresip/Default)
|
$(call Package/baresip/Default)
|
||||||
TITLE:=Portable and modular SIP User-Agent with A/V support
|
TITLE:=Portable and modular SIP User-Agent with A/V support
|
||||||
DEPENDS:=+libre +librem +libpthread
|
DEPENDS:=+libre +librem +libpthread
|
||||||
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
baresip-mod-alsa := USE_ALSA
|
baresip-mod-alsa := USE_ALSA
|
||||||
baresip-mod-avcodec := USE_FFMPEG
|
baresip-mod-avcodec := USE_FFMPEG
|
||||||
baresip-mod-avformat := USE_FFMPEG_AVFORMAT
|
baresip-mod-avformat := USE_FFMPEG_AVFORMAT
|
||||||
|
|
Loading…
Reference in a new issue