minidlna: bump version to 1.0.25
[openwrt/svn-archive/archive.git] / multimedia / minidlna / patches / 040-minidlna-1.0.25-fix-libavformat-api-feature-check.patch
1 --- a/metadata.c 2012-08-27 23:00:06.997932249 +0100
2 +++ b/metadata.c 2012-08-27 23:10:07.716582960 +0100
3 @@ -110,7 +110,7 @@ lav_open(AVFormatContext **ctx, const ch
4 static inline void
5 lav_close(AVFormatContext *ctx)
6 {
7 -#if LIBAVFORMAT_VERSION_INT >= ((53<<16)+(2<<8)+0)
8 +#if LIBAVFORMAT_VERSION_INT >= ((53<<16)+(17<<8)+0)
9 avformat_close_input(&ctx);
10 #else
11 av_close_input_file(ctx);