From e3bfdf41277e89e8a1425b1827593872db57dc6b Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 15 Jun 2025 14:25:28 +0500 Subject: [PATCH] engine: wscript: remove duplicated --enable-ffmpeg option --- engine/wscript | 3 --- 1 file changed, 3 deletions(-) diff --git a/engine/wscript b/engine/wscript index 3b320595..6b0647d1 100644 --- a/engine/wscript +++ b/engine/wscript @@ -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')