changeset 6420:95dc96b1e4f4 libavcodec

include dependencies ...
author michael
date Tue, 26 Feb 2008 23:49:41 +0000
parents 8d510925c2e5
children 53308ac1a5cc
files faanidct.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdint.h>
+#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]);