baresip: fix mod-avformat DEPENDS 308/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Mar 2018 08:41:40 +0000 (09:41 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Mar 2018 11:53:49 +0000 (12:53 +0100)
commit66d0d185dfd4a3d3a43f27594078a0866916267b
tree81d6790abaca1f221b596bcf263937b5b7b4986f
parent5320e11a93aac87a1000dbc059a3f13adff3788a
baresip: fix mod-avformat DEPENDS

mod-avformat is only built when mod-avcodec is selected. baresip sets it
up like that in mk/modules.mk:

  ifneq ($(USE_AVCODEC),)
  MODULES   += avcodec
  ifneq ($(USE_AVFORMAT),)
  MODULES   += avformat
  endif
  endif

This commit updates the mod-avformat DEPENDS accordingly.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/baresip/Makefile