summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-01-21 19:18:06 +0000
committerMans Rullgard <mans@mansr.com>2011-01-21 19:30:51 +0000
commit50196a982bf7c8be9b41053fa0975473c217e709 (patch)
treeb2d3a33f27ddc0a73a79dcfcf745d888039d8d4e /libavformat/avio.h
parentd66eff36852975129ae499c56de4340e48b9b7b4 (diff)
lavf: move the version macros to a new header
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h2
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 */
/**