Commit f7b46d86 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  intreadwrite: tomi: Add missing attributes.h #include for av_always_inline
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 271f4112 c9ad5f59
......@@ -22,7 +22,9 @@
#define AVUTIL_TOMI_INTREADWRITE_H
#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#define AV_RB16 AV_RB16
static av_always_inline uint16_t AV_RB16(const void *p)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment