mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cmdutils: remove unneeded #if
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d757f7510b
commit
0a95449d2f
@ -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);
|
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);
|
int opt_opencl(void *optctx, const char *opt, const char *arg);
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Limit the execution time.
|
* Limit the execution time.
|
||||||
|
Loading…
Reference in New Issue
Block a user