engine: wscript: add ffmpeg hidden option, just to make it easier for me to switch between branches
This commit is contained in:
parent
a81a0cb059
commit
a937320c65
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ def options(opt):
|
||||||
grp.add_option('--enable-engine-fuzz', action = 'store_true', dest = 'ENGINE_FUZZ', default = False,
|
grp.add_option('--enable-engine-fuzz', action = 'store_true', dest = 'ENGINE_FUZZ', default = False,
|
||||||
help = 'add LLVM libFuzzer [default: %(default)s]' )
|
help = 'add LLVM libFuzzer [default: %(default)s]' )
|
||||||
|
|
||||||
|
grp.add_option('--enable-ffmpeg', action = 'store_true', dest = 'FFMPEG', default = False,
|
||||||
|
help = '') # hidden option, does nothing
|
||||||
|
|
||||||
opt.load('sdl2')
|
opt.load('sdl2')
|
||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
|
|
Loading…
Add table
Reference in a new issue