Fix OpenCV dependency. (#4412)

libjasper is not part of the oss-fuzz docker image anymore as
it has been removed from Debian. So use built-in openjp2.
This commit is contained in:
Vincent Rabaud 2020-09-07 09:34:38 +02:00 committed by GitHub
parent bafa12a241
commit cfd37abba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ $CXX $CXXFLAGS $LIB_FUZZING_ENGINE $fuzzer.cc -std=c++11 \
-lopencv_stitching -lopencv_video -lopencv_calib3d -lopencv_features2d \
-lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_imgproc \
-lopencv_flann -lopencv_core -llibjpeg-turbo -llibwebp -llibpng -llibtiff \
-llibjasper -lIlmImf -llibprotobuf -lquirc -lzlib -littnotify -lippiw \
-llibopenjp2 -lIlmImf -llibprotobuf -lquirc -lzlib -littnotify -lippiw \
-lippicv -lade -ldl -lm -lpthread -lrt \
-o $OUT/$fuzzer
done