mirror of https://github.com/FFmpeg/FFmpeg.git
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.pull/172/head
parent
dbce017913
commit
50078c1c80
5 changed files with 7 additions and 2 deletions
Loading…
Reference in new issue