avcodec/gif: move BITSTREAM_WRITER_LE up

This prevents issues in case any header #includes put_bits.h

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/37/head
Michael Niedermayer 12 years ago
parent dc2e4c2e53
commit 5dd5985e05
  1. 2
      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 {

Loading…
Cancel
Save