From 5dd5985e0530214abd65a0bcdd711dd13ac0e880 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 14 Aug 2013 22:34:18 +0200 Subject: avcodec/gif: move BITSTREAM_WRITER_LE up This prevents issues in case any header #includes put_bits.h Signed-off-by: Michael Niedermayer --- libavcodec/gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/gif.c b/libavcodec/gif.c index 98e31f0533..bfe91caaa4 100644 --- a/libavcodec/gif.c +++ b/libavcodec/gif.c @@ -28,6 +28,7 @@ * @see http://www.w3.org/Graphics/GIF/spec-gif89a.txt */ +#define BITSTREAM_WRITER_LE #include "libavutil/opt.h" #include "libavutil/imgutils.h" #include "avcodec.h" @@ -36,7 +37,6 @@ #include "lzw.h" #include "gif.h" -#define BITSTREAM_WRITER_LE #include "put_bits.h" typedef struct { -- cgit v1.2.3