aboutsummaryrefslogtreecommitdiff
path: root/projects/gpac/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/gpac/build.sh')
-rwxr-xr-xprojects/gpac/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/gpac/build.sh b/projects/gpac/build.sh
index 904f5f234..3bce7248e 100755
--- a/projects/gpac/build.sh
+++ b/projects/gpac/build.sh
@@ -18,8 +18,8 @@
cd gpac
./configure --static-build --extra-cflags="${CFLAGS}" --extra-ldflags="${CFLAGS}"
make
-cp $SRC/fuzz_parse.c .
+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