[FFmpeg-cvslog] avfilter/vf_convolution: Fix standalone build of kirsch, scharr filters

Andreas Rheinhardt git at videolan.org
Sun Sep 19 06:13:27 EEST 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat Sep 11 21:47:13 2021 +0200| [320891105569dafb503cc5e8650f95954610f02b] | committer: Andreas Rheinhardt

avfilter/vf_convolution: Fix standalone build of kirsch, scharr filters

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

 libavfilter/vf_convolution.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavfilter/vf_convolution.c b/libavfilter/vf_convolution.c
index 5f59307c16..ccb3515bef 100644
--- a/libavfilter/vf_convolution.c
+++ b/libavfilter/vf_convolution.c
@@ -974,8 +974,6 @@ const AVFilter ff_vf_convolution = {
 
 #endif /* CONFIG_CONVOLUTION_FILTER */
 
-#if CONFIG_PREWITT_FILTER || CONFIG_ROBERTS_FILTER || CONFIG_SOBEL_FILTER
-
 static const AVOption prewitt_roberts_sobel_options[] = {
     { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT,  {.i64=15}, 0, 15, FLAGS},
     { "scale",  "set scale",            OFFSET(scale), AV_OPT_TYPE_FLOAT, {.dbl=1.0}, 0.0,  65535, FLAGS},
@@ -1082,5 +1080,3 @@ const AVFilter ff_vf_scharr = {
 };
 
 #endif /* CONFIG_SCHARR_FILTER */
-
-#endif /* CONFIG_PREWITT_FILTER || CONFIG_ROBERTS_FILTER || CONFIG_SOBEL_FILTER || CONFIG_SCHARR_FILTER */



More information about the ffmpeg-cvslog mailing list