[FFmpeg-devel] [PATCH 07/17] lavc/g729postfilter: fix make checkheaders.
Clément Bœsch
ubitux at gmail.com
Wed May 9 10:01:32 CEST 2012
---
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)
--
1.7.9.5
More information about the ffmpeg-devel
mailing list