summaryrefslogtreecommitdiff
authorMichael Niedermayer <michaelni@gmx.at>2013-04-11 14:07:11 (GMT)
committer Michael Niedermayer <michaelni@gmx.at>2013-04-11 14:07:11 (GMT)
commit0a95449d2fe058a5ccc4bf046f4c23ce76d96c27 (patch)
treec0ebeac4eea8ee1b45502833c3fae8a5c6a6e923
parentd757f7510bc2abe805627d4dc6cf5ebba2ee1fcf (diff)
downloadffmpeg-0a95449d2fe058a5ccc4bf046f4c23ce76d96c27.zip
ffmpeg-0a95449d2fe058a5ccc4bf046f4c23ce76d96c27.tar.gz
ffmpeg-0a95449d2fe058a5ccc4bf046f4c23ce76d96c27.tar.bz2
cmdutils: remove unneeded #if
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat
-rw-r--r--cmdutils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmdutils.h b/cmdutils.h
index bcb43bf..57a62b0 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.