gpac: fix build (#8752)

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=51111
This commit is contained in:
DavidKorczynski 2022-10-12 12:37:23 +01:00 committed by GitHub
parent 8668a56cf9
commit 96c86f1107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ make
cp $SRC/testsuite/oss-fuzzers/fuzz_parse.c .
$CC $CFLAGS $LIB_FUZZING_ENGINE fuzz_parse.c -o $OUT/fuzz_parse \
-I./include -I./ ./bin/gcc/libgpac_static.a \
-lm -lz -lpthread -DGPAC_HAVE_CONFIG_H
-lm -lz -lpthread -lssl -lcrypto -DGPAC_HAVE_CONFIG_H