mirror of https://git.ffmpeg.org/ffmpeg.git
Add required headers to fix 'make checkheaders'.
Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
19e017f211
commit
175da7dab7
|
@ -28,7 +28,10 @@
|
|||
#ifndef AVCODEC_RECTANGLE_H
|
||||
#define AVCODEC_RECTANGLE_H
|
||||
|
||||
#include <assert.h>
|
||||
#include "config.h"
|
||||
#include "libavutil/common.h"
|
||||
#include "dsputil.h"
|
||||
|
||||
/**
|
||||
* fill a rectangle.
|
||||
|
|
Loading…
Reference in New Issue