From d757f7510bc2abe805627d4dc6cf5ebba2ee1fcf Mon Sep 17 00:00:00 2001 From: highgod0401 Date: Thu, 11 Apr 2013 20:16:29 +0800 Subject: cmdutils: add opencl command line options to ffmpeg Signed-off-by: Michael Niedermayer --- cmdutils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index 63e10f3038..bcb43bfc13 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -90,6 +90,10 @@ 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. */ -- cgit v1.2.3