Skip to content

Commit a7515f3

Browse files
authored
pjsip: Fix build to enable audio codec build for new fuzzer (#14873)
This PR fixes the build configuration to enable build for new audio codec fuzzer. Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
1 parent e0cd145 commit a7515f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/pjsip/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ export LDFLAGS="$CFLAGS"
2020

2121
./configure \
2222
--disable-ffmpeg --disable-ssl \
23-
--disable-speex-aec --disable-speex-codec \
24-
--disable-g7221-codec --disable-gsm-codec --disable-ilbc-codec \
23+
--disable-speex-aec --disable-g7221-codec \
2524
--disable-resample --disable-libwebrtc --disable-libyuv
2625

2726
make dep

0 commit comments

Comments
 (0)