diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-01-21 19:18:06 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-23 19:32:06 +0100 |
commit | d3058be6eefefe552f3b03820cc949bfa4e4f487 (patch) | |
tree | 9235becf2288875493010ee8a379296546590100 /libavformat/avio.h | |
parent | 002bd34603a56a24168cb1f90f441f64e8ebb99f (diff) | |
download | ffmpeg-d3058be6eefefe552f3b03820cc949bfa4e4f487.tar.gz |
lavf: move the version macros to a new header
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 50196a982bf7c8be9b41053fa0975473c217e709)
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index e65f712623..198507e4a8 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -33,6 +33,8 @@ #include "libavutil/common.h" #include "libavutil/log.h" +#include "libavformat/version.h" + /* unbuffered I/O */ /** |