# HG changeset patch # User michael # Date 1204069781 0 # Node ID 95dc96b1e4f412fa9b02229dfc4e34ded549ba0b # Parent 8d510925c2e55d6ffc29a61571b61e96a8dc51d8 include dependencies ... diff -r 8d510925c2e5 -r 95dc96b1e4f4 faanidct.h --- a/faanidct.h Tue Feb 26 23:17:08 2008 +0000 +++ b/faanidct.h Tue Feb 26 23:49:41 2008 +0000 @@ -22,6 +22,9 @@ #ifndef FFMPEG_FAANIDCT_H #define FFMPEG_FAANIDCT_H +#include +#include "dsputil.h" + void ff_faanidct(DCTELEM block[64]); void ff_faanidct_add(uint8_t *dest, int line_size, DCTELEM block[64]); void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]);