diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-02 12:52:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-02 12:52:20 +0000 |
commit | 53eecfdefc644ba064c80ec2f60650e72a7f9990 (patch) | |
tree | 25e43e211a63a50b2b87ef144fb4194c05e1e721 /libpostproc/postprocess_internal.h | |
parent | 34359cab0db34b1ad840a9ca409f7ef1623a3558 (diff) | |
download | ffmpeg-53eecfdefc644ba064c80ec2f60650e72a7f9990.tar.gz |
Fix 'make checkheaders'.
Originally committed as revision 9460 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/postprocess_internal.h')
-rw-r--r-- | libpostproc/postprocess_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index a4e31d3d6b..56d1191d91 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -27,6 +27,7 @@ #define POSTPROCESS_INTERNAL_H #include "avutil.h" +#include "postprocess.h" #define V_DEBLOCK 0x01 #define H_DEBLOCK 0x02 |