comparison dxa.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 e9d9d946f213
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
25 */ 25 */
26 26
27 #include <stdio.h> 27 #include <stdio.h>
28 #include <stdlib.h> 28 #include <stdlib.h>
29 29
30 #include "libavutil/intreadwrite.h"
30 #include "avcodec.h" 31 #include "avcodec.h"
31 32
32 #include <zlib.h> 33 #include <zlib.h>
33 34
34 /* 35 /*