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
MT#55283 Fixed library path for libbcg729
Reported in
#1676
Change-Id: I3fe4c9400e58f6ff2556dcdf4b996805175d303b
pull/1682/head
Sjoerd Boomstra
3 years ago
committed by
Richard Fuchs
parent
3760c8dac6
commit
5d75460538
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lib/g729.Makefile
+ 1
- 0
lib/g729.Makefile
View File
@ -9,6 +9,7 @@ else
# system generic
ifneq (,$(wildcard /usr/include/bcg729/decoder.h))
have_bcg729 := yes
bcg729_lib := -lbcg729
else
# /usr/src
ifneq (,$(wildcard /usr/src/bcg729/include/bcg729/decoder.h))
Write
Preview
Loading…
Cancel
Save