[FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source

Kyle Swanson k at ylo.ph
Mon Dec 11 22:59:39 EET 2023


Hi,

On Sat, Dec 9, 2023 at 10:14 AM Stefano Sabatini <stefasab at gmail.com> wrote:
>
> On date Thursday 2023-11-30 01:49:14 +0100, Stefano Sabatini wrote:
> > ---
> >  configure                   |   4 +
> >  libavfilter/Makefile        |   1 +
> >  libavfilter/allfilters.c    |   1 +
> >  libavfilter/vsrc_qrencode.c | 435 ++++++++++++++++++++++++++++++++++++
> >  4 files changed, 441 insertions(+)
> >  create mode 100644 libavfilter/vsrc_qrencode.c
>
> Rev2 with padding and doc.

libavfilter/vsrc_qrencode.c:42:10: fatal error: 'textutils.h' file not found
#include "textutils.h"
                ^~~~~~~~~~~~~
1 error generated.

Thanks,
Kyle


More information about the ffmpeg-devel mailing list