Skip to content

Commit

Permalink
update cmake presets to include new codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 10, 2023
1 parent b2b5a0a commit 88302e1
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@
"WITH_JPEG_DECODER_PLUGIN" : "ON",
"WITH_JPEG_ENCODER" : "ON",
"WITH_JPEG_ENCODER_PLUGIN" : "ON",
"WITH_UNCOMPRESSED_CODEC" : "ON"
"WITH_UNCOMPRESSED_CODEC" : "ON",
"WITH_KVAZAAR" : "ON",
"WITH_KVAZAAR_PLUGIN" : "ON",
"WITH_OpenJPEG_DECODER" : "ON",
"WITH_OpenJPEG_DECODER_PLUGIN" : "ON",
"WITH_OpenJPEG_ENCODER" : "ON",
"WITH_OpenJPEG_ENCODER_PLUGIN" : "ON",
"WITH_FFMPEG_HEVC_DECODER" : "ON",
"WITH_FFMPEG_HEVC_DECODER_PLUGIN" : "ON"
}
},
{
Expand Down Expand Up @@ -86,7 +94,14 @@
"WITH_AOM_ENCODER" : "ON",
"WITH_DAV1D" : "OFF",
"WITH_RAV1E" : "OFF",
"WITH_SvtEnc" : "OFF"
"WITH_SvtEnc" : "OFF",
"WITH_JPEG_DECODER" : "OFF",
"WITH_JPEG_ENCODER" : "OFF",
"WITH_UNCOMPRESSED_CODEC" : "OFF",
"WITH_KVAZAAR" : "OFF",
"WITH_OpenJPEG_DECODER" : "OFF",
"WITH_OpenJPEG_ENCODER" : "OFF",
"WITH_FFMPEG_HEVC_DECODER" : "OFF"
}
},
{
Expand Down

0 comments on commit 88302e1

Please sign in to comment.