Mercurial > libavcodec.hg
comparison flicvideo.c @ 8573:2acf0ae7b041 libavcodec
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author | diego |
---|---|
date | Sun, 11 Jan 2009 22:19:48 +0000 |
parents | e943e1409077 |
children | 407a1a178cad |
comparison
equal
deleted
inserted
replaced
8572:4e746259152d | 8573:2acf0ae7b041 |
---|---|
38 #include <stdio.h> | 38 #include <stdio.h> |
39 #include <stdlib.h> | 39 #include <stdlib.h> |
40 #include <string.h> | 40 #include <string.h> |
41 #include <unistd.h> | 41 #include <unistd.h> |
42 | 42 |
43 #include "libavutil/bswap.h" | 43 #include "libavutil/intreadwrite.h" |
44 #include "avcodec.h" | 44 #include "avcodec.h" |
45 | 45 |
46 #define FLI_256_COLOR 4 | 46 #define FLI_256_COLOR 4 |
47 #define FLI_DELTA 7 | 47 #define FLI_DELTA 7 |
48 #define FLI_COLOR 11 | 48 #define FLI_COLOR 11 |