vlc: rebuild for x265-4.0.

closes: #54056 [via git-merge-pr]
This commit is contained in:
1is7ac3 2025-06-01 18:00:11 -04:00 committed by classabbyamp
parent 8a145079f9
commit 83737af183
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
*** a/modules/codec/x265.c 2025-06-01 22:43:12.511233665 -0400
--- b/modules/codec/x265.c 2025-06-01 23:35:53.645226763 -0400
*************** static block_t *Encode(encoder_t *p_enc,
*** 90,93 ****
uint32_t i_nal = 0;
x265_encoder_encode(p_sys->h, &nal, &i_nal,
! likely(p_pict) ? &pic : NULL, &pic);
--- 90,94 ----
uint32_t i_nal = 0;
+ x265_picture *pic_out = NULL;
x265_encoder_encode(p_sys->h, &nal, &i_nal,
! likely(p_pict) ? &pic : NULL, &pic_out);

View file

@ -1,7 +1,7 @@
# Template file for 'vlc'
pkgname=vlc
version=3.0.21
revision=3
revision=4
build_style=gnu-configure
configure_args="--disable-gme --disable-libtar --enable-jack
--enable-live555 --disable-fluidsynth --enable-dvdread