Skip to content

Won't build against libav on Debian Wheezy #8

@acgourley

Description

@acgourley

This is mostly just to help people who run into a problem where npm install will complain that AVPixelFormat isn't defined. It's because Debian Wheezy uses libav which doesn't use the 'AV' prefix before it's enum constants.

I solved the issue by moving my containers to debian jessie which uses ffmpeg instead of libav to provide these headers.

We can likely solve this with compile-time checks on the version of libavutil package present on the system. Possibly #defines can solve it as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions