diff options
author | Oded Shimon <ods15@ods15.dyndns.org> | 2006-10-01 13:45:17 +0000 |
---|---|---|
committer | Oded Shimon <ods15@ods15.dyndns.org> | 2006-10-01 13:45:17 +0000 |
commit | ded515b24157b29b7ade15020988438870e29483 (patch) | |
tree | 2f3075d56cb3ec9ae3c9502af628c7d4275c2e8f /libavcodec | |
parent | 6c29d7c8f33b1aa7d02e9c9fdd41f8ced43b153f (diff) | |
download | ffmpeg-ded515b24157b29b7ade15020988438870e29483.tar.gz |
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
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/vorbis.h | 2 |
1 files changed, 2 insertions, 0 deletions
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]; |