[FFmpeg-cvslog] avcodec: Add missing include to version.h
jamal
git at videolan.org
Fri Sep 28 15:26:58 CEST 2012
ffmpeg | branch: master | jamal <jamrial at gmail.com> | Thu Sep 27 04:35:29 2012 -0300| [35e09036c4ed6df6f834d40bde1402e964443c0e] | committer: Michael Niedermayer
avcodec: Add missing include to version.h
Reviewed-by: Stefano Sabatini <stefasab at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35e09036c4ed6df6f834d40bde1402e964443c0e
---
libavcodec/version.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index f036656..c1f80b6 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -26,6 +26,8 @@
* Libavcodec version macros.
*/
+#include "libavutil/avutil.h"
+
#define LIBAVCODEC_VERSION_MAJOR 54
#define LIBAVCODEC_VERSION_MINOR 61
#define LIBAVCODEC_VERSION_MICRO 100
More information about the ffmpeg-cvslog
mailing list