You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
Include config.h from huffyuvdsp.h.
Fixes a warning about undefined HAVE_BIGENDIAN when running make checkheaders.
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
#define AVCODEC_HUFFYUVDSP_H
|
#define AVCODEC_HUFFYUVDSP_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#if HAVE_BIGENDIAN
|
#if HAVE_BIGENDIAN
|
||||||
#define B 3
|
#define B 3
|
||||||
|
|||||||
Reference in New Issue
Block a user