X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ffraps.c;h=8d01b44f1106389a18879936cceaa1873de40aa1;hb=d7e0d428faaa04e2fd850eca82f314ca2ad3dfe5;hp=7a7673f73fe6d7fb4142724af6cc21530fddbd01;hpb=2d62e06ff6a9f3dbd78136c1dc4a315a727c6f00;p=ffmpeg diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c index 7a7673f73fe..8d01b44f110 100644 --- a/libavcodec/fraps.c +++ b/libavcodec/fraps.c @@ -31,6 +31,10 @@ * Version 2 files support by Konstantin Shishkov */ +#include "config.h" + +#define CACHED_BITSTREAM_READER HAVE_FAST_64BIT +#define UNCHECKED_BITSTREAM_READER 1 #include "avcodec.h" #include "get_bits.h" #include "huffman.h"