[FFmpeg-cvslog] cmdutils: remove unneeded #if

Michael Niedermayer git at videolan.org
Thu Apr 11 16:12:55 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Apr 11 16:07:11 2013 +0200| [0a95449d2fe058a5ccc4bf046f4c23ce76d96c27] | committer: Michael Niedermayer

cmdutils: remove unneeded #if

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a95449d2fe058a5ccc4bf046f4c23ce76d96c27
---

 cmdutils.h |    2 --
 1 file changed, 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.



More information about the ffmpeg-cvslog mailing list