Commit 20f3cdf0 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Include config.h from huffyuvdsp.h.

Fixes a warning about undefined HAVE_BIGENDIAN when running make checkheaders.
parent 0e3ea5b2
......@@ -20,6 +20,7 @@
#define AVCODEC_HUFFYUVDSP_H
#include <stdint.h>
#include "config.h"
#if HAVE_BIGENDIAN
#define B 3
......
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