summaryrefslogtreecommitdiff
path: root/libavcodec/h264qpel.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264qpel.h')
-rw-r--r--libavcodec/h264qpel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264qpel.h b/libavcodec/h264qpel.h
index 202e97d53c..97ce195d6a 100644
--- a/libavcodec/h264qpel.h
+++ b/libavcodec/h264qpel.h
@@ -22,7 +22,7 @@
#ifndef AVCODEC_H264QPEL_H
#define AVCODEC_H264QPEL_H
-#include "dsputil.h"
+#include "qpeldsp.h"
typedef struct H264QpelContext {
qpel_mc_func put_h264_qpel_pixels_tab[4][16];