diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-09 08:27:51 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-18 23:34:11 +0200 |
commit | 7b78cb3a7049dab91e415e060debdee8151046fa (patch) | |
tree | 1ed9433c0b540551dc8bdc65207bf628fef4e673 | |
parent | 1308fa42ada50e6deb473b61ec731f0d96c2694c (diff) | |
download | ffmpeg-7b78cb3a7049dab91e415e060debdee8151046fa.tar.gz |
lavc/g729postfilter: fix make checkheaders.
-rw-r--r-- | libavcodec/g729postfilter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/g729postfilter.h b/libavcodec/g729postfilter.h index 0ccecb2b92..5239fc80dd 100644 --- a/libavcodec/g729postfilter.h +++ b/libavcodec/g729postfilter.h @@ -22,6 +22,7 @@ #define FFMPEG_G729POSTFILTER_H #include <stdint.h> +#include "dsputil.h" /** * tilt compensation factor (G.729, k1>0) |