cmdutils: add -cpuflags.

This allows globally forcing specific cpuflags (or lack thereof)
Useful for debugging and benchmarking

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2012-02-19 16:51:25 +01:00
parent 04f7eee709
commit 1060e9ce54
3 changed files with 16 additions and 0 deletions

View File

@ -85,6 +85,8 @@ int opt_report(const char *opt);
int opt_max_alloc(const char *opt, const char *arg);
int opt_cpuflags(const char *opt, const char *arg);
int opt_codec_debug(const char *opt, const char *arg);
/**