Skip to content

‘AVFilter’ has no member named ‘init_dict’ #76

@dprh

Description

@dprh

Hi,
I'm trying to build on Windows using WSL2 and have compilation issue on step 10.

libavfilter/vf_transform360.c: At top level:
libavfilter/vf_transform360.c:479:6: error: ‘AVFilter’ has no member named ‘init_dict’
  479 |     .init_dict   = init_dict,

And some warnings.

At previous step also had ERROR: opencv not found using pkg-config which looks to be solved by adding
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/ before calling configure.

I did something wrong or ffmpeg sources became incompatible ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions