diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2016-01-02 10:25:12 +0100 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2016-01-02 10:25:12 +0100 |
commit | 4cf66a81932a1f3775b8952ebe010be067990674 (patch) | |
tree | 2665e8ac28958bebbb5bca1c42a8bd9904ab3c46 /libavutil/internal.h | |
parent | 40231a58a0d8bffbe2264fe980483edaa6fc422e (diff) | |
parent | 50078c1c8070dd8d1c329e8117ff30ec72489039 (diff) | |
download | ffmpeg-4cf66a81932a1f3775b8952ebe010be067990674.tar.gz |
Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'
* commit '50078c1c8070dd8d1c329e8117ff30ec72489039':
libavutil: move FFALIGN macro from common.h to macros.h
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 076aa47f3d..c4bcf37ab8 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -39,6 +39,7 @@ #include "timer.h" #include "cpu.h" #include "dict.h" +#include "macros.h" #include "pixfmt.h" #include "version.h" |