Skip to content

Commit

Permalink
add OpenH264 settings to CMakePresets
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 31, 2024
1 parent 1c5f86a commit c4e4657
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
"WITH_OpenJPEG_ENCODER_PLUGIN" : "OFF",
"WITH_FFMPEG_DECODER" : "ON",
"WITH_FFMPEG_DECODER_PLUGIN" : "OFF",
"WITH_OpenH264_DECODER" : "ON",
"WITH_OpenH264_DECODER_PLUGIN" : "OFF",
"WITH_UVG266" : "ON",
"WITH_UVG266_PLUGIN" : "OFF",
"WITH_VVDEC" : "ON",
Expand Down Expand Up @@ -100,6 +102,8 @@
"WITH_OPENJPH_ENCODER" : "ON",
"WITH_FFMPEG_DECODER" : "ON",
"WITH_FFMPEG_DECODER_PLUGIN" : "ON",
"WITH_OpenH264_DECODER" : "ON",
"WITH_OpenH264_DECODER_PLUGIN" : "ON",
"WITH_UVG266" : "ON",
"WITH_UVG266_PLUGIN" : "ON",
"WITH_VVDEC" : "ON",
Expand Down Expand Up @@ -140,6 +144,7 @@
"WITH_OpenJPEG_DECODER" : "OFF",
"WITH_OpenJPEG_ENCODER" : "OFF",
"WITH_FFMPEG_DECODER" : "OFF",
"WITH_OpenH264_DECODER" : "OFF",
"WITH_UVG266" : "OFF",
"WITH_VVDEC" : "OFF",
"WITH_VVENC" : "OFF",
Expand Down

0 comments on commit c4e4657

Please sign in to comment.