1. 24 Jan, 2021 10 commits
  2. 23 Jan, 2021 29 commits
  3. 22 Jan, 2021 1 commit
    • Andreas Rheinhardt's avatar
      avcodec/tableprint: Don't include mem_internal.h · da607832
      Andreas Rheinhardt authored
      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: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
      da607832