Mercurial > libavformat.hg
diff avformat.h @ 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 | df7cc2eac54f |
| children | f04bc8b70940 |
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, \
