]> git.pld-linux.org Git - packages/ffmpeg.git/blob - ffmpeg-kvazaar.patch
- release 3 (by relup.sh)
[packages/ffmpeg.git] / ffmpeg-kvazaar.patch
1 --- ffmpeg-2.8/libavcodec/libkvazaar.c.orig     2015-09-09 03:17:45.000000000 +0200
2 +++ ffmpeg-2.8/libavcodec/libkvazaar.c  2015-10-15 16:14:57.344277118 +0200
3 @@ -173,7 +173,7 @@
4          }
5      }
6  
7 -    if (!ctx->api->encoder_encode(ctx->encoder, img_in, &data_out, &len_out, NULL)) {
8 +    if (!ctx->api->encoder_encode(ctx->encoder, img_in, &data_out, &len_out, NULL, NULL, NULL)) {
9          av_log(avctx, AV_LOG_ERROR, "Failed to encode frame.\n");
10          retval = AVERROR_EXTERNAL;
11          goto done;
12 --- ffmpeg-2.8.3/configure.orig 2015-11-27 14:41:22.000000000 +0100
13 +++ ffmpeg-2.8.3/configure      2015-11-29 21:24:42.660759291 +0100
14 @@ -5240,7 +5240,7 @@
15                                     check_lib "${gsm_hdr}" gsm_create -lgsm && break;
16                                 done || die "ERROR: libgsm not found"; }
17  enabled libilbc           && require libilbc ilbc.h WebRtcIlbcfix_InitDecode -lilbc
18 -enabled libkvazaar        && require_pkg_config "kvazaar < 0.7.0" kvazaar.h kvz_api_get
19 +enabled libkvazaar        && require_pkg_config "kvazaar >= 0.7.0" kvazaar.h kvz_api_get
20  enabled libmfx            && require_pkg_config libmfx "mfx/mfxvideo.h" MFXInit
21  enabled libmodplug        && require_pkg_config libmodplug libmodplug/modplug.h ModPlug_Load
22  enabled libmp3lame        && require "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_quality -lmp3lame
This page took 0.028814 seconds and 3 git commands to generate.