gpl 2 – Bug in FFmpeg build allows GPL filter use from an LGPL build can I distribute FFMPEG as LGPL

I have build ffmpeg libraries configured for LGPL on multiple OS’s looking to be called from my own code using ffmpeg filters to deinterleave video.
below is the configure command.

./configure --disable-static --enable-shared --disable-iconv --disable-libxcb --disable-zlib --disable-bzlib --disable-lzma --disable-doc --disable-debug --disable-x86asm --disable-asm --enable-filter=bwdif --enable-filter=w3fdif

However testing out the filters even though not enabled I can call the yadif filter and various other filters that are GPL

Given the ffmpeg build lists itself as LGPL am I allow to redistribute – or is given the bug in ffmpeg build options would this violate there licensing.
Note the GPL filters are not called from my code.

Read more here: Source link