Skip to content

Commit

Permalink
fuzzers: disable some targets as we hit out of space errors
Browse files Browse the repository at this point in the history
To test if this resolves issues with oss-fuzz.
  • Loading branch information
kasper93 committed Jun 16, 2024
1 parent c9ea279 commit 71d3f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzzers/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ add_languages('cpp', native: false)
executable('fuzzer_loadfile_direct', 'fuzzer_loadfile_direct.c',
link_language: 'cpp', include_directories: incdir, link_with: libmpv)

protocols = ['edl', 'file', 'hex', 'lavf', 'memory', 'mf', 'slice', 'smb']
demuxers = ['disc', 'edl', 'cue', 'rawaudio', 'rawvideo', 'mkv', 'lavf', 'mf']
protocols = ['memory']
demuxers = ['mkv']

if features['cdda']
protocols += ['cdda']
Expand Down

0 comments on commit 71d3f41

Please sign in to comment.