[FFmpeg-cvslog] cmdutils_common_opts: fix indention of #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:46 2013 +0200| [fb78b94c3a007101b7deebdf971c2d95facc5bba] | committer: Michael Niedermayer
cmdutils_common_opts: fix indention of #if
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb78b94c3a007101b7deebdf971c2d95facc5bba
---
cmdutils_common_opts.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmdutils_common_opts.h b/cmdutils_common_opts.h
index 878c748..b57abaf 100644
--- a/cmdutils_common_opts.h
+++ b/cmdutils_common_opts.h
@@ -19,6 +19,6 @@
{ "report" , 0, {(void*)opt_report}, "generate a report" },
{ "max_alloc" , HAS_ARG, {.func_arg = opt_max_alloc}, "set maximum size of a single allocated block", "bytes" },
{ "cpuflags" , HAS_ARG | OPT_EXPERT, {.func_arg = opt_cpuflags}, "force specific cpu flags", "flags" },
- #if CONFIG_OPENCL
+#if CONFIG_OPENCL
{ "opencl_options", HAS_ARG, {.func_arg = opt_opencl}, "set OpenCL environment options" },
- #endif
+#endif
More information about the ffmpeg-cvslog
mailing list