diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-23 20:10:38 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-26 00:51:34 +0100 |
commit | c242bbd8b6939507a1a6fb64101b0553d92d303f (patch) | |
tree | d8017957126a7523d38dff69dda26bb5e6ab1567 /libavcodec/binkdsp.h | |
parent | 76b19a3984359b3be44d4f7e4e69b7b86729a622 (diff) | |
download | ffmpeg-c242bbd8b6939507a1a6fb64101b0553d92d303f.tar.gz |
Remove unnecessary dsputil.h #includes
Diffstat (limited to 'libavcodec/binkdsp.h')
-rw-r--r-- | libavcodec/binkdsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/binkdsp.h b/libavcodec/binkdsp.h index d105f717e9..4968413bee 100644 --- a/libavcodec/binkdsp.h +++ b/libavcodec/binkdsp.h @@ -27,7 +27,7 @@ #ifndef AVCODEC_BINKDSP_H #define AVCODEC_BINKDSP_H -#include "dsputil.h" +#include <stdint.h> typedef struct BinkDSPContext { void (*idct_put)(uint8_t *dest/*align 8*/, int line_size, int32_t *block/*align 16*/); |