ffmpeg6: rebuild for x265-4.0.

This commit is contained in:
1is7ac3 2025-06-01 16:18:55 -04:00 committed by classabbyamp
parent 40fdd59f37
commit bea0e0ff27
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,15 @@
*** a/libavcodec/libx265.c 2024-08-01 19:22:48.000000000 -0400
--- b/libavcodec/libx265.c 2025-05-31 01:04:16.111611835 -0400
*************** FF_ENABLE_DEPRECATION_WARNINGS
*** 705,709 ****
}
!
ret = ctx->api->encoder_encode(ctx->encoder, &nal, &nnal,
! pic ? &x265pic : NULL, &x265pic_out);
--- 705,709 ----
}
! x265_picture *x265pic_out_ptr = &x265pic_out;
ret = ctx->api->encoder_encode(ctx->encoder, &nal, &nnal,
! pic ? &x265pic : NULL, &x265pic_out_ptr);

View file

@ -2,7 +2,7 @@
# audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
pkgname=ffmpeg6
version=6.1.2
revision=6
revision=7
hostmakedepends="pkg-config perl"
makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-devel
libXext-devel libXvMC-devel libxcb-devel lame-devel libtheora-devel