comparison dsputil.h @ 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 0d5b2b0e7a87
children 7a463923ecd1
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
28 */ 28 */
29 29
30 #ifndef AVCODEC_DSPUTIL_H 30 #ifndef AVCODEC_DSPUTIL_H
31 #define AVCODEC_DSPUTIL_H 31 #define AVCODEC_DSPUTIL_H
32 32
33 #include "libavutil/intreadwrite.h"
33 #include "avcodec.h" 34 #include "avcodec.h"
34 35
35 36
36 //#define DEBUG 37 //#define DEBUG
37 /* dct code */ 38 /* dct code */