Browse Source

honour with_transcoding=no in top level makefile

Change-Id: I6059bbd7f8fda001333c2e441352eed3f08ef851
changes/08/39708/1
Richard Fuchs 6 years ago
parent
commit
c3561bec47
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile View File

@ -1,4 +1,5 @@
RTPENGINE_ROOT_DIR=.
with_transcoding ?= yes
include lib/lib.Makefile
@ -6,7 +7,9 @@ include lib/lib.Makefile
all:
$(MAKE) -C daemon
ifeq ($(with_transcoding),yes)
$(MAKE) -C recording-daemon
endif
$(MAKE) -C iptables-extension
.PHONY: with-kernel


Loading…
Cancel
Save