Merge pull request #328 from sshambar/fixconfig

Updated configure/makefiles related to Issue #327
This commit is contained in:
ejurgensen
2017-01-12 22:41:47 +01:00
committed by GitHub
38 changed files with 832 additions and 440 deletions

View File

@@ -505,7 +505,7 @@ artwork_rescale(struct evbuffer *evbuf, AVFormatContext *src_ctx, int s, int out
goto out_free_frames;
}
#ifdef HAVE_LIBAV_IMAGE_FILL_ARRAYS
#ifdef HAVE_AV_IMAGE_FILL_ARRAYS
av_image_fill_arrays(o_frame->data, o_frame->linesize, buf, dst->pix_fmt, src->width, src->height, 1);
#else
avpicture_fill((AVPicture *)o_frame, buf, dst->pix_fmt, src->width, src->height);