summaryrefslogtreecommitdiff
path: root/libavutil/macros.h
Commit message (Collapse)AuthorAge
* libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-14
| | | | | | | | | 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.
* lavu: Move preprocessor macros in a separate fileLuca Barbato2013-12-29
And remove all the circular inclusions of avutil.h while at it.