# HG changeset patch # User mru # Date 1210702215 0 # Node ID b03cd8d29d60d5b77a2d765adc6248b2b435e988 # Parent 6c7e7fdedfd37ebc00ccd98df051b4b184473f68 acelp_filters.h needs stdint.h diff -r 6c7e7fdedfd3 -r b03cd8d29d60 acelp_filters.h --- a/acelp_filters.h Tue May 13 15:56:45 2008 +0000 +++ b/acelp_filters.h Tue May 13 18:10:15 2008 +0000 @@ -23,6 +23,8 @@ #ifndef FFMPEG_ACELP_FILTERS_H #define FFMPEG_ACELP_FILTERS_H +#include + /** * \brief Circularly convolve fixed vector with a phase dispersion impulse * response filter (D.6.2 of G.729 and 6.1.5 of AMR).