Skip to content

Commit

Permalink
cmake: in 'develop' preset, compile every codec built-in
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 11, 2023
1 parent fcc74a2 commit 0b3d6dd
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,26 @@
"CMAKE_BUILD_TYPE": "Debug",
"BUILD_SHARED_LIBS": "ON",
"BUILD_TESTING" : "ON",
"ENABLE_PLUGIN_LOADING" : "OFF",
"WITH_AOM_DECODER" : "ON",
"WITH_AOM_ENCODER" : "ON",
"WITH_DAV1D" : "ON",
"WITH_LIBDE265" : "ON",
"WITH_RAV1E" : "ON",
"WITH_SvtEnc" : "ON",
"WITH_X265" : "ON",
"WITH_JPEG_DECODER" : "ON",
"WITH_JPEG_ENCODER" : "ON",
"WITH_UNCOMPRESSED_CODEC" : "ON",
"WITH_KVAZAAR" : "ON",
"WITH_OpenJPEG_DECODER" : "ON",
"WITH_OpenJPEG_ENCODER" : "ON",
"WITH_FFMPEG_DECODER" : "ON",
"WITH_REDUCED_VISIBILITY" : "OFF",
"WITH_DEFLATE_HEADER_COMPRESSION" : "ON",
"WITH_LIBSHARPYUV" : "ON",
"WITH_EXAMPLES": "ON",
"WITH_FUZZERS": "OFF",
"WITH_AOM_DECODER_PLUGIN" : "OFF",
"WITH_AOM_ENCODER_PLUGIN" : "OFF",
"WITH_DAV1D_PLUGIN" : "OFF",
"WITH_LIBDE265_PLUGIN" : "OFF",
"WITH_RAV1E_PLUGIN" : "OFF",
"WITH_SvtEnc_PLUGIN" : "OFF",
"WITH_X265_PLUGIN" : "OFF",
"WITH_JPEG_DECODER_PLUGIN" : "OFF",
"WITH_JPEG_ENCODER_PLUGIN" : "OFF"
"WITH_FUZZERS": "OFF"
}
},
{
Expand Down

0 comments on commit 0b3d6dd

Please sign in to comment.