mirror of https://github.com/mpv-player/mpv
fuzzers: enable edl, file and lavf protocols
To close already fixes issues on OSS-Fuzz. Hopefully there is enough space for those. There is no way of checking that, except that it stops working.
This commit is contained in:
parent
b3b542af51
commit
8e7d442f08
|
@ -5,7 +5,7 @@ add_languages('cpp', native: false)
|
|||
executable('fuzzer_loadfile_direct', 'fuzzer_loadfile_direct.c',
|
||||
link_language: 'cpp', include_directories: incdir, link_with: libmpv)
|
||||
|
||||
protocols = ['memory']
|
||||
protocols = ['edl', 'file', 'lavf', 'memory']
|
||||
demuxers = ['mkv']
|
||||
|
||||
if features['cdda']
|
||||
|
|
Loading…
Reference in New Issue