Browse Source

TT#99001 support top-level make alias var DEB_WITH_TRANSCODING

Change-Id: I64511897eb4bc742442461445dcfb7657dff5c1f
pull/1194/head
Richard Fuchs 5 years ago
parent
commit
95aabe5434
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile View File

@ -1,5 +1,8 @@
RTPENGINE_ROOT_DIR=.
with_transcoding ?= yes
ifneq ($(DEB_WITH_TRANSCODING),)
with_transcoding = $(DEB_WITH_TRANSCODING)
endif
include lib/lib.Makefile


Loading…
Cancel
Save