From ded515b24157b29b7ade15020988438870e29483 Mon Sep 17 00:00:00 2001 From: Oded Shimon Date: Sun, 1 Oct 2006 13:45:17 +0000 Subject: [PATCH] 100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c Originally committed as revision 6403 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vorbis.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/vorbis.h b/libavcodec/vorbis.h index beb1aab8fe..a967fb79fb 100644 --- a/libavcodec/vorbis.h +++ b/libavcodec/vorbis.h @@ -19,6 +19,8 @@ #ifndef VORBIS_H #define VORBIS_H +#include "avcodec.h" + extern const float ff_vorbis_floor1_inverse_db_table[256]; extern const float * ff_vorbis_vwin[8];