Mercurial > libavformat.hg
changeset 4595:af7b24671b7d libavformat
Mark as "internal but installed" the avio.h file.
This should prevent its direct inclusion in an external project, which
results broken if avformat.h is not included before.
author | stefano |
---|---|
date | Thu, 26 Feb 2009 22:34:18 +0000 |
parents | ac9bab4919a2 |
children | 34aa256311f0 |
files | avformat.h avio.h |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Thu Feb 26 22:28:42 2009 +0000 +++ b/avformat.h Thu Feb 26 22:34:18 2009 +0000 @@ -23,7 +23,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MINOR 30 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \
--- a/avio.h Thu Feb 26 22:28:42 2009 +0000 +++ b/avio.h Thu Feb 26 22:34:18 2009 +0000 @@ -23,6 +23,9 @@ /** * @file libavformat/avio.h * unbuffered I/O operations + * + * @warning This file has to be considered an internal but installed + * header, so it should not be directly included in your projects. */ #include <stdint.h>