]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
avformat/utils: Check avcodec_open2() return code in av_find_stream_info()
[ffmpeg] / cmdutils.h
index b814961011f60c9144b9b34d4b6211bf9acf4e31..f4f23ef8350a526271e291afcac52737723ae268 100644 (file)
@@ -98,8 +98,12 @@ int opt_max_alloc(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_bench(void *optctx, const char *opt, const char *arg);
+#endif
+
 /**
  * Limit the execution time.
  */