freebsd-ports/multimedia/ffmpeg
Oleg Sidorkin eabfea6cac multimedia/ffmpeg: unbreak LENSFUN=ON after 3d7938b006
libavfilter/vf_lensfun.c:229:63: error: too many arguments to function call, expected 5, have 7
                                                   inlink->h, LF_PF_U8, lensfun->reverse);
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/lensfun/lensfun.h:3075:11: note: 'lf_modifier_create' declared here
LF_EXPORT lfModifier *lf_modifier_create (
          ^
libavfilter/vf_lensfun.c:231:119: error: too few arguments to function call, expected 5, have 3
                lf_modifier_enable_vignetting_correction(lensfun->modifier, lensfun->aperture, lensfun->focus_distance);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                              ^
/usr/local/include/lensfun/lensfun.h:3097:11: note: 'lf_modifier_enable_vignetting_correction' declared here
LF_EXPORT int lf_modifier_enable_vignetting_correction (
          ^
libavfilter/vf_lensfun.c:233:75: error: too few arguments to function call, expected 3, have 1
                lf_modifier_enable_distortion_correction(lensfun->modifier);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  ^
/usr/local/include/lensfun/lensfun.h:3091:11: note: 'lf_modifier_enable_distortion_correction' declared here
LF_EXPORT int lf_modifier_enable_distortion_correction (lfModifier *modifier, const lfLens* lens, float focal);
          ^
libavfilter/vf_lensfun.c:234:100: error: too few arguments to function call, expected 4, have 2
                lf_modifier_enable_projection_transform(lensfun->modifier, lensfun->target_geometry);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                            ^
/usr/local/include/lensfun/lensfun.h:3101:11: note: 'lf_modifier_enable_projection_transform' declared here
LF_EXPORT cbool lf_modifier_enable_projection_transform (
          ^
/usr/local/include/lensfun/lensfun.h:115:15: note: expanded from macro 'cbool'
 #define cbool int
               ^
libavfilter/vf_lensfun.c:238:68: error: too few arguments to function call, expected 3, have 1
                lf_modifier_enable_tca_correction(lensfun->modifier);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  ^
/usr/local/include/lensfun/lensfun.h:3094:11: note: 'lf_modifier_enable_tca_correction' declared here
LF_EXPORT int lf_modifier_enable_tca_correction (lfModifier *modifier, const lfLens* lens, float focal);
          ^

PR:		255035
2021-04-15 19:34:43 +00:00
..
files multimedia/ffmpeg: unbreak LENSFUN=ON after 3d7938b006 2021-04-15 19:34:43 +00:00
distinfo multimedia/ffmpeg: update to 4.4 2021-04-08 23:33:31 +00:00
Makefile multimedia/ffmpeg: fix build on powerpc64* 2021-04-10 22:46:50 +00:00
pkg-descr
pkg-plist multimedia/ffmpeg: update to 4.4 2021-04-08 23:33:31 +00:00