Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhighgod0401 <highgod0401@gmail.com>2013-04-11 16:16:29 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-04-11 18:05:19 +0400
commitd757f7510bc2abe805627d4dc6cf5ebba2ee1fcf (patch)
treeccc7cd4bcda53bf748525e18f94a319928d7c93b /cmdutils.h
parent567feaafa807279927f9e85915482b6b27ef1968 (diff)
cmdutils: add opencl command line options to ffmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h4
1 files changed, 4 insertions, 0 deletions
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.
*/