summaryrefslogtreecommitdiff
path: root/libavcodec/binkdsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/binkdsp.h')
-rw-r--r--libavcodec/binkdsp.h2
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*/);