diff options
Diffstat (limited to 'libavcodec/vorbis.h')
-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]; |