[FFmpeg-cvslog] Include config.h from huffyuvdsp.h.
Carl Eugen Hoyos
git at videolan.org
Tue Nov 25 04:19:03 CET 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Nov 25 01:28:19 2014 +0100| [20f3cdf0c894a874fad5d76358fde6294acedeed] | committer: Carl Eugen Hoyos
Include config.h from huffyuvdsp.h.
Fixes a warning about undefined HAVE_BIGENDIAN when running make checkheaders.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=20f3cdf0c894a874fad5d76358fde6294acedeed
---
libavcodec/huffyuvdsp.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/huffyuvdsp.h b/libavcodec/huffyuvdsp.h
index 78b2bca..db37728 100644
--- a/libavcodec/huffyuvdsp.h
+++ b/libavcodec/huffyuvdsp.h
@@ -20,6 +20,7 @@
#define AVCODEC_HUFFYUVDSP_H
#include <stdint.h>
+#include "config.h"
#if HAVE_BIGENDIAN
#define B 3
More information about the ffmpeg-cvslog
mailing list