Browse code

cmdutils: remove unneeded #if

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2013/04/11 23:07:11
Showing 1 changed files
... ...
@@ -90,9 +90,7 @@ int opt_cpuflags(void *optctx, const char *opt, const char *arg);
90 90
 
91 91
 int opt_codec_debug(void *optctx, const char *opt, const char *arg);
92 92
 
93
-#if CONFIG_OPENCL
94 93
 int opt_opencl(void *optctx, const char *opt, const char *arg);
95
-#endif
96 94
 
97 95
 /**
98 96
  * Limit the execution time.