summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-03-20 23:50:55 -0300
committerJames Almer <jamrial@gmail.com>2024-03-20 23:50:55 -0300
commite04c638f5f2541d1dd4eb0cf68cd71c66199b5e7 (patch)
tree1091351000eeb190f699e73379aaaaa6a4e62597
parent5ff0eb34d2b1089d3dd9f27fdb51520001709138 (diff)
avformat/movenc: only compile avif_write_trailer() when the avif muxer is enabled
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavformat/movenc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 724a1eb673..029b08c0b0 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -8038,6 +8038,7 @@ static int mov_check_bitstream(AVFormatContext *s, AVStream *st,
return ret;
}
+#if CONFIG_AVIF_MUXER
static int avif_write_trailer(AVFormatContext *s)
{
AVIOContext *pb = s->pb;
@@ -8093,6 +8094,7 @@ static int avif_write_trailer(AVFormatContext *s)
return 0;
}
+#endif
#if CONFIG_TGP_MUXER || CONFIG_TG2_MUXER
static const AVCodecTag codec_3gp_tags[] = {