From 0d9efa287a04ab00858ba7bc64c4965a8a2f5e45 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 7 Jan 2009 18:42:24 +0000 Subject: [PATCH] Add missing headers to allow 'make checkheaders' to pass. Originally committed as revision 16481 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264pred.h | 1 + libavcodec/vdpau_internal.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/libavcodec/h264pred.h b/libavcodec/h264pred.h index a8146ca0d..d87df2a31 100644 --- a/libavcodec/h264pred.h +++ b/libavcodec/h264pred.h @@ -29,6 +29,7 @@ #define AVCODEC_H264PRED_H #include "libavutil/common.h" +#include "dsputil.h" /** * Prediction types diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h index 915944e14..1ac341e2f 100644 --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@ -24,6 +24,9 @@ #ifndef AVCODEC_VDPAU_INTERNAL_H #define AVCODEC_VDPAU_INTERNAL_H +#include +#include "h264.h" + void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf, int buf_size); void ff_VDPAU_h264_picture_complete(H264Context *h); -- 2.11.0