summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_pitch_delay.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-04 12:58:23 +0100
committerMans Rullgard <mans@mansr.com>2011-07-03 21:42:06 +0100
commit0ebcdf5cdad6bf20a5170735a7f77b23ecc081ac (patch)
tree2be5df93399cf1381764528b6cc8a0472c77745e /libavcodec/acelp_pitch_delay.c
parentee8aecd23a962914d7c264c2169eed8b69d031aa (diff)
Do not include mathematics.h in avutil.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/acelp_pitch_delay.c')
-rw-r--r--libavcodec/acelp_pitch_delay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/acelp_pitch_delay.c b/libavcodec/acelp_pitch_delay.c
index 4e44bc9122..2b791b5aa3 100644
--- a/libavcodec/acelp_pitch_delay.c
+++ b/libavcodec/acelp_pitch_delay.c
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "libavutil/mathematics.h"
#include "avcodec.h"
#include "dsputil.h"
#include "acelp_pitch_delay.h"