[FFmpeg-cvslog] lavc/g729postfilter: fix make checkheaders.
Clément Bœsch
git at videolan.org
Fri May 18 23:44:49 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed May 9 08:27:51 2012 +0200| [7b78cb3a7049dab91e415e060debdee8151046fa] | committer: Clément Bœsch
lavc/g729postfilter: fix make checkheaders.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b78cb3a7049dab91e415e060debdee8151046fa
---
libavcodec/g729postfilter.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/g729postfilter.h b/libavcodec/g729postfilter.h
index 0ccecb2..5239fc8 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)
More information about the ffmpeg-cvslog
mailing list