diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-06 22:40:28 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-22 19:09:57 +0100 |
commit | da607832b57607fe9221bc2ecd25ea25ef6dd3aa (patch) | |
tree | 6d68fea521a710588c937158344c8ed9338c2dcd /libavformat/mxfdec.c | |
parent | 3ce97d8ddd68ff7fddcc75ae1a9b29abcb5acad0 (diff) | |
download | ffmpeg-da607832b57607fe9221bc2ecd25ea25ef6dd3aa.tar.gz |
avcodec/tableprint: Don't include mem_internal.h
tableprint.h does not declare anything as aligned; it just prints
DECLARE_ALIGNED. So it can be removed; in fact, it needs to be removed,
because mem_internal.h includes config.h which leads to warnings when
building with hardcoded tables enabled because of redefinitions of
CONFIG_HARDCODED_TABLES.
(Furthermore, config.h is only valid for the target, not the host,
so HAVE_LOCAL_ALIGNED might even be wrong here.)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/mxfdec.c')
0 files changed, 0 insertions, 0 deletions