mirror of https://github.com/sipwise/rtpengine.git
Closes #2027 Change-Id: I609d326fe69c82268f4e58411549cf26afc68409 (cherry picked from commitmr13.5.1aa28864c5d) (cherry picked from commite5cb48228f)
parent
a4794bcb00
commit
876b260f15
@ -1,12 +1,15 @@
|
||||
# Define build flags for used dependencies.
|
||||
|
||||
$(top_srcdir)/config.mk:
|
||||
$(top_srcdir)/utils/gen-common-flags >$@
|
||||
$(top_srcdir)/config.mk: $(top_srcdir)/utils/gen-common-flags \
|
||||
$(top_srcdir)/utils/gen-bcg729-flags \
|
||||
$(top_srcdir)/utils/gen-codec-chain-flags
|
||||
$(top_srcdir)/utils/gen-common-flags >$@.new
|
||||
ifeq (,$(filter pkg.ngcp-rtpengine.nobcg729,${DEB_BUILD_PROFILES}))
|
||||
$(top_srcdir)/utils/gen-bcg729-flags >>$@
|
||||
$(top_srcdir)/utils/gen-bcg729-flags >>$@.new
|
||||
endif
|
||||
ifneq (,$(filter pkg.ngcp-rtpengine.codec-chain,${DEB_BUILD_PROFILES}))
|
||||
$(top_srcdir)/utils/gen-codec-chain-flags >>$@
|
||||
$(top_srcdir)/utils/gen-codec-chain-flags >>$@.new
|
||||
endif
|
||||
mv $@.new $@
|
||||
|
||||
include $(top_srcdir)/config.mk
|
||||
|
||||
Loading…
Reference in new issue