[FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source
Stefano Sabatini
stefasab at gmail.com
Tue Dec 12 01:34:04 EET 2023
On date Monday 2023-12-11 12:59:39 -0800, Kyle Swanson wrote:
> 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.
This depends on:
[PATCH 1/2] lavfi: introduce textutils
More information about the ffmpeg-devel
mailing list