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
commit
5d75460538
1 changed files with 1 additions and 0 deletions
  1. +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))


Loading…
Cancel
Save