Do not include mathematics.h in avutil.h

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard
2011-07-03 21:42:06 +01:00
parent ee8aecd23a
commit 0ebcdf5cda
54 changed files with 56 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@
#include "avformat.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
typedef struct VqfContext {
int frame_bit_len;