# HG changeset patch # User diego # Date 1231353744 0 # Node ID b9880fc0afaf745ad69143071b5a3cea97b40243 # Parent 5800aecff5f85aa7b6f222d2717870f40a916857 Add missing headers to allow 'make checkheaders' to pass. diff -r 5800aecff5f8 -r b9880fc0afaf h264pred.h --- a/h264pred.h Wed Jan 07 18:24:16 2009 +0000 +++ b/h264pred.h Wed Jan 07 18:42:24 2009 +0000 @@ -29,6 +29,7 @@ #define AVCODEC_H264PRED_H #include "libavutil/common.h" +#include "dsputil.h" /** * Prediction types diff -r 5800aecff5f8 -r b9880fc0afaf vdpau_internal.h --- a/vdpau_internal.h Wed Jan 07 18:24:16 2009 +0000 +++ b/vdpau_internal.h Wed Jan 07 18:42:24 2009 +0000 @@ -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);