Commit 67dbf8be authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'cehoyos/master'

* cehoyos/master:
  Include config.h from huffyuvdsp.h.
  Include stddef from snow_dwt.h.
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents c724c82a 20f3cdf0
......@@ -20,6 +20,7 @@
#define AVCODEC_HUFFYUVDSP_H
#include <stdint.h>
#include "config.h"
#if HAVE_BIGENDIAN
#define B 3
......
......@@ -21,6 +21,7 @@
#ifndef AVCODEC_SNOW_DWT_H
#define AVCODEC_SNOW_DWT_H
#include <stddef.h>
#include <stdint.h>
typedef int DWTELEM;
......
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