Skip to content
Snippets Groups Projects
Commit 0a95449d authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

cmdutils: remove unneeded #if


Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent d757f751
No related branches found
No related tags found
No related merge requests found
......@@ -90,9 +90,7 @@ int opt_cpuflags(void *optctx, const char *opt, const char *arg);
int opt_codec_debug(void *optctx, const char *opt, const char *arg);
#if CONFIG_OPENCL
int opt_opencl(void *optctx, const char *opt, const char *arg);
#endif
/**
* Limit the execution time.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment