Commit 5dd5985e authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/gif: move BITSTREAM_WRITER_LE up

This prevents issues in case any header #includes put_bits.h
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent dc2e4c2e
......@@ -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 {
......
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