mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Include config.h from huffyuvdsp.h.
Fixes a warning about undefined HAVE_BIGENDIAN when running make checkheaders.
This commit is contained in:
parent
0e3ea5b28a
commit
20f3cdf0c8
@ -20,6 +20,7 @@
|
||||
#define AVCODEC_HUFFYUVDSP_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "config.h"
|
||||
|
||||
#if HAVE_BIGENDIAN
|
||||
#define B 3
|
||||
|
Loading…
Reference in New Issue
Block a user