libavfilter/vf_extractplanes.c: In function 'query_formats':
libavfilter/vf_extractplanes.c:127:9: error: 'AV_PIX_FMT_RGBF32LE' undeclared (first use in this function); did you mean 'AV_PIX_FMT_RGBAF16LE'?
         AV_PIX_FMT_RGBF32##suf, AV_PIX_FMT_RGBAF32##suf,       \
         ^
libavfilter/vf_extractplanes.c:135:9: note: in expansion of macro 'FLOAT_FORMATS'
         FLOAT_FORMATS(LE),
         ^~~~~~~~~~~~~
libavfilter/vf_extractplanes.c:127:9: note: each undeclared identifier is reported only once for each function it appears in
         AV_PIX_FMT_RGBF32##suf, AV_PIX_FMT_RGBAF32##suf,       \
         ^
libavfilter/vf_extractplanes.c:135:9: note: in expansion of macro 'FLOAT_FORMATS'
         FLOAT_FORMATS(LE),
         ^~~~~~~~~~~~~
libavfilter/vf_extractplanes.c:127:33: error: 'AV_PIX_FMT_RGBAF32LE' undeclared (first use in this function); did you mean 'AV_PIX_FMT_RGBF32LE'?
         AV_PIX_FMT_RGBF32##suf, AV_PIX_FMT_RGBAF32##suf,       \
                                 ^
libavfilter/vf_extractplanes.c:135:9: note: in expansion of macro 'FLOAT_FORMATS'
         FLOAT_FORMATS(LE),
         ^~~~~~~~~~~~~
libavfilter/vf_extractplanes.c:127:9: error: 'AV_PIX_FMT_RGBF32BE' undeclared (first use in this function); did you mean 'AV_PIX_FMT_RGBF32LE'?
         AV_PIX_FMT_RGBF32##suf, AV_PIX_FMT_RGBAF32##suf,       \
         ^
libavfilter/vf_extractplanes.c:141:9: note: in expansion of macro 'FLOAT_FORMATS'
         FLOAT_FORMATS(BE),
         ^~~~~~~~~~~~~
libavfilter/vf_extractplanes.c:127:9: error: incompatible types when initializing type 'enum AVPixelFormat' using type 'const enum AVPixelFormat *'
         AV_PIX_FMT_RGBF32##suf, AV_PIX_FMT_RGBAF32##suf,       \
         ^
libavfilter/vf_extractplanes.c:141:9: note: in expansion of macro 'FLOAT_FORMATS'
         FLOAT_FORMATS(BE),
         ^~~~~~~~~~~~~
libavfilter/vf_extractplanes.c:127:33: error: 'AV_PIX_FMT_RGBAF32BE' undeclared (first use in this function); did you mean 'AV_PIX_FMT_RGBF32BE'?
         AV_PIX_FMT_RGBF32##suf, AV_PIX_FMT_RGBAF32##suf,       \
                                 ^
libavfilter/vf_extractplanes.c:141:9: note: in expansion of macro 'FLOAT_FORMATS'
         FLOAT_FORMATS(BE),
         ^~~~~~~~~~~~~
libavfilter/vf_extractplanes.c:127:33: error: incompatible types when initializing type 'enum AVPixelFormat' using type 'const enum AVPixelFormat *'
         AV_PIX_FMT_RGBF32##suf, AV_PIX_FMT_RGBAF32##suf,       \
                                 ^
libavfilter/vf_extractplanes.c:141:9: note: in expansion of macro 'FLOAT_FORMATS'
         FLOAT_FORMATS(BE),
         ^~~~~~~~~~~~~
make: *** [libavfilter/vf_extractplanes.o] Error 1
make: *** Waiting for unfinished jobs....