comparison 4xm.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 b20c590170cc
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
22 /** 22 /**
23 * @file 4xm.c 23 * @file 4xm.c
24 * 4XM codec. 24 * 4XM codec.
25 */ 25 */
26 26
27 #include "libavutil/intreadwrite.h"
27 #include "avcodec.h" 28 #include "avcodec.h"
28 #include "dsputil.h" 29 #include "dsputil.h"
29 #include "bitstream.h" 30 #include "bitstream.h"
30 #include "bytestream.h" 31 #include "bytestream.h"
31 32