engine: wscript: remove duplicated --enable-ffmpeg option

This commit is contained in:
Alibek Omarov
2025-06-15 14:25:28 +05:00
parent bf186b8178
commit e3bfdf4127

View File

@@ -54,9 +54,6 @@ def options(opt):
grp.add_option('--enable-engine-fuzz', action = 'store_true', dest = 'ENGINE_FUZZ', default = False,
help = 'add LLVM libFuzzer [default: %(default)s]' )
grp.add_option('--enable-ffmpeg', action = 'store_true', dest = 'FFMPEG', default = False,
help = '') # hidden option, does nothing
grp.add_option('--enable-ffmpeg', action = 'store_true', dest = 'FFMPEG', default = False,
help = 'enable ffmpeg based movie playback')