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
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
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 <
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