# HG changeset patch # User stefano # Date 1235687658 0 # Node ID af7b24671b7dc2fae8d75829c6d00d342353cc40 # Parent ac9bab4919a2299437bcdee0450d4e60cdcfa0f9 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. diff -r ac9bab4919a2 -r af7b24671b7d avformat.h --- 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, \ diff -r ac9bab4919a2 -r af7b24671b7d avio.h --- 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