From 0a95449d2fe058a5ccc4bf046f4c23ce76d96c27 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 11 Apr 2013 16:07:11 +0200 Subject: [PATCH] cmdutils: remove unneeded #if Signed-off-by: Michael Niedermayer --- cmdutils.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmdutils.h b/cmdutils.h index bcb43bfc13..57a62b0067 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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); -#if CONFIG_OPENCL int opt_opencl(void *optctx, const char *opt, const char *arg); -#endif /** * Limit the execution time.