On Mon, Apr 18, 2011 at 09:02:48 (CEST), Anton Khirnov wrote:

> They've accumulated enough new APIs and corresponding deprecated cruft.
>
> This breaks API and ABI.
> ---
>  libavcodec/version.h  |    4 ++--
>  libavformat/version.h |    4 ++--
>  libavutil/avutil.h    |    6 +++---
>  3 files changed, 7 insertions(+), 7 deletions(-)

libavfilter and maybe libswscale are missing here.

In doubt, I guess this is an excellent opportunity to bump them right
now

> diff --git a/libavcodec/version.h b/libavcodec/version.h
> index 1a470a1..7e53474 100644
> --- a/libavcodec/version.h
> +++ b/libavcodec/version.h
> @@ -20,8 +20,8 @@
>  #ifndef AVCODEC_VERSION_H
>  #define AVCODEC_VERSION_H
>  
> -#define LIBAVCODEC_VERSION_MAJOR 52
> -#define LIBAVCODEC_VERSION_MINOR 120
> +#define LIBAVCODEC_VERSION_MAJOR 53
> +#define LIBAVCODEC_VERSION_MINOR  0
>  #define LIBAVCODEC_VERSION_MICRO  0
>  
>  #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
> diff --git a/libavformat/version.h b/libavformat/version.h
> index f777063..b21938a 100644
> --- a/libavformat/version.h
> +++ b/libavformat/version.h
> @@ -23,8 +23,8 @@
>  
>  #include "libavutil/avutil.h"
>  
> -#define LIBAVFORMAT_VERSION_MAJOR 52
> -#define LIBAVFORMAT_VERSION_MINOR 108
> +#define LIBAVFORMAT_VERSION_MAJOR 53
> +#define LIBAVFORMAT_VERSION_MINOR  0
>  #define LIBAVFORMAT_VERSION_MICRO  0
>  
>  #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
> diff --git a/libavutil/avutil.h b/libavutil/avutil.h
> index 4c86be1..6f2517c 100644
> --- a/libavutil/avutil.h
> +++ b/libavutil/avutil.h
> @@ -39,9 +39,9 @@
>  #define AV_VERSION_DOT(a, b, c) a ##.## b ##.## c
>  #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
>  
> -#define LIBAVUTIL_VERSION_MAJOR 50
> -#define LIBAVUTIL_VERSION_MINOR 40
> -#define LIBAVUTIL_VERSION_MICRO  1
> +#define LIBAVUTIL_VERSION_MAJOR 51
> +#define LIBAVUTIL_VERSION_MINOR  0
> +#define LIBAVUTIL_VERSION_MICRO  0
>  
>  #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
>                                                 LIBAVUTIL_VERSION_MINOR, \

rest ok
-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to