1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 04:45:33 +00:00

fuzzers: disable some targets as we hit out of space errors

To test if this resolves issues with oss-fuzz.
This commit is contained in:
Kacper Michajłow 2024-06-16 05:28:13 +02:00
parent c9ea2798a4
commit 71d3f4157b

View File

@ -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']