diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-04 13:34:27 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-03 21:42:07 +0100 |
commit | abc78a5a7c158e9813db502cedce096101e38890 (patch) | |
tree | a260f436f1bb498505533840a61b3e98b55cd19a /libavcodec/avcodec.h | |
parent | d49ea4afb4e39e4af33435452dee8ef4c852d83d (diff) | |
download | ffmpeg-abc78a5a7c158e9813db502cedce096101e38890.tar.gz |
Do not include log.h in avutil.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index a23c3cbf05..b26bac7bef 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,6 +30,7 @@ #include "libavutil/samplefmt.h" #include "libavutil/avutil.h" #include "libavutil/cpu.h" +#include "libavutil/log.h" #include "libavutil/pixfmt.h" #include "libavutil/rational.h" |