diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-26 22:34:18 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-26 22:34:18 +0000 |
commit | 3f4c2bf99be6ab69da3bad021156b1dc16c57900 (patch) | |
tree | ad2c408ed6b9f06f5051883f88221cbd3b5388ca /libavformat/avformat.h | |
parent | aafe9b635ed70533d3858aa84a1b89e7b5f4f994 (diff) | |
download | ffmpeg-3f4c2bf99be6ab69da3bad021156b1dc16c57900.tar.gz |
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.
Originally committed as revision 17626 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index c454824458..cc20fbb884 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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, \ |