On Tue, Dec 06, 2016 at 12:27:22AM -0500, Vittorio Giovara wrote:
> This disable everything that was deprecated in the past 18 months,

disable_S

> --- a/libavdevice/version.h
> +++ b/libavdevice/version.h
> @@ -27,8 +27,8 @@
>  
> -#define LIBAVDEVICE_VERSION_MAJOR 56
> -#define LIBAVDEVICE_VERSION_MINOR  1
> +#define LIBAVDEVICE_VERSION_MAJOR 57
> +#define LIBAVDEVICE_VERSION_MINOR  0
>  #define LIBAVDEVICE_VERSION_MICRO  0
>  
> --- a/libavresample/version.h
> +++ b/libavresample/version.h
> @@ -27,7 +27,7 @@
>  
> -#define LIBAVRESAMPLE_VERSION_MAJOR  3
> +#define LIBAVRESAMPLE_VERSION_MAJOR  4
>  #define LIBAVRESAMPLE_VERSION_MINOR  0
>  #define LIBAVRESAMPLE_VERSION_MICRO  0
>  
> --- a/libswscale/version.h
> +++ b/libswscale/version.h
> @@ -26,7 +26,7 @@
>  
> -#define LIBSWSCALE_VERSION_MAJOR 4
> +#define LIBSWSCALE_VERSION_MAJOR 5
>  #define LIBSWSCALE_VERSION_MINOR 0
>  #define LIBSWSCALE_VERSION_MICRO 0

These bumps seem gratuitous, there are no deprecated APIs in these libraries.

Also, lots of tests currently break if you bump all version numbers because
the output of the framecrc muxer changes. That will have to be addressed.
Anton knows the exact reason and wanted to make a decision which way to
resolve this.

https://oracle.libav.org/x86_64-linux-version-bump/20161204165430

So before you push this, it has to survive Oracle.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to