• Janne Grunau's avatar
    libavutil: move FFALIGN macro from common.h to macros.h · 50078c1c
    Janne Grunau authored
    Include macros.h explicitly in common.h so that external code using
    FFALIGN does not break. It was already implicitly included through
    version.h. Include macros.h in lls.h and internal.h for FFALIGN.
    lls.h was including common.h only for FFALIGN and internal.h was
    missing the include for FFALIGN. `make checkheaders` did not catch it
    because it's an internal header.
    50078c1c