comparison cinepak.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 bc36a075bf35
children 144ddb6a597c
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
32 #include <stdio.h> 32 #include <stdio.h>
33 #include <stdlib.h> 33 #include <stdlib.h>
34 #include <string.h> 34 #include <string.h>
35 #include <unistd.h> 35 #include <unistd.h>
36 36
37 #include "libavutil/intreadwrite.h"
37 #include "avcodec.h" 38 #include "avcodec.h"
38 39
39 40
40 typedef struct { 41 typedef struct {
41 uint8_t y0, y1, y2, y3; 42 uint8_t y0, y1, y2, y3;