On 18/12/2024 14:40, Peter Ross wrote:
On Wed, Dec 18, 2024 at 02:28:26PM +0900, Lynne via ffmpeg-devel wrote:


On 16/12/2024 20:00, Peter Ross wrote:
since commit fce0622d0b1f69a85fe8ce61e1189dd57a8b0fcc, libavformat/hevc.c
depends on golomb vlc tables.
---
i often build with --disable-all and only turn on the components
that i am working on. this dependency would otherwise go unnoticed since
many codecs drag in golomb.

   configure | 1 +
   1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index bf55ba67fa..751506cd6a 100755
--- a/configure
+++ b/configure
@@ -2880,6 +2880,7 @@ h264parse_select="golomb"
   h264_sei_select="atsc_a53 golomb"
   hevcparse_select="golomb"
   hevc_sei_select="atsc_a53 golomb"
+iso_writer_select="golomb"
   frame_thread_encoder_deps="encoders threads"
   iamfdec_deps="iamf"
   iamfdec_select="iso_media mpeg4audio"

LGTM

pushed

Thanks, it fixed my builds.

Attachment: OpenPGP_0xA2FEA5F03F034464.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to