This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
honour with_transcoding=no in top level makefile
Change-Id: I6059bbd7f8fda001333c2e441352eed3f08ef851
changes/08/39708/1
Richard Fuchs
6 years ago
parent
e516db2c30
commit
c3561bec47
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile
+ 3
- 0
Makefile
View File
@ -1,4 +1,5 @@
RTPENGINE_ROOT_DIR
=
.
with_transcoding
?=
yes
i
n
c
l
u
d
e
l
i
b
/
l
i
b
.
M
a
k
e
f
i
l
e
@ -6,7 +7,9 @@ include lib/lib.Makefile
all
:
$(
MAKE
)
-C daemon
i
f
e
q
(
$(
with_transcoding
)
,
y
e
s
)
$(
MAKE
)
-C recording-daemon
e
n
d
i
f
$(
MAKE
)
-C iptables-extension
.PHONY
:
with
-
kernel
Write
Preview
Loading…
Cancel
Save