Re: [FFmpeg-devel] [PATCH 5/6] Postpone API-incompatible changes until the next bump

2015-08-16 Thread Andreas Cadhalpun
On 16.08.2015 05:36, Michael Niedermayer wrote: > On Sun, Aug 16, 2015 at 05:27:12AM +0200, Michael Niedermayer wrote: >> On Sat, Aug 08, 2015 at 01:37:16PM +0200, Andreas Cadhalpun wrote: >>> Signed-off-by: Andreas Cadhalpun >> [...] >> >>> #ifndef FF_API_NOCONST_GET_NAME >>> -#define FF_API_NOC

Re: [FFmpeg-devel] [PATCH 5/6] Postpone API-incompatible changes until the next bump

2015-08-15 Thread Michael Niedermayer
On Sun, Aug 16, 2015 at 05:27:12AM +0200, Michael Niedermayer wrote: > On Sat, Aug 08, 2015 at 01:37:16PM +0200, Andreas Cadhalpun wrote: > > Signed-off-by: Andreas Cadhalpun > [...] > > > #ifndef FF_API_NOCONST_GET_NAME > > -#define FF_API_NOCONST_GET_NAME (LIBAVFILTER_VERSION_MAJOR

Re: [FFmpeg-devel] [PATCH 5/6] Postpone API-incompatible changes until the next bump

2015-08-15 Thread Michael Niedermayer
On Sat, Aug 08, 2015 at 01:37:16PM +0200, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun [...] > #ifndef FF_API_NOCONST_GET_NAME > -#define FF_API_NOCONST_GET_NAME (LIBAVFILTER_VERSION_MAJOR < 6) > +#define FF_API_NOCONST_GET_NAME (LIBAVFILTER_VERSION_MAJOR <

[FFmpeg-devel] [PATCH 5/6] Postpone API-incompatible changes until the next bump

2015-08-08 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavcodec/version.h | 54 +-- libavfilter/version.h | 10 +- libavformat/version.h | 6 +++--- libavutil/version.h | 10 +- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/li