avformat/movenc: only compile avif_write_trailer() when the avif muxer is enabled

Signed-off-by: James Almer <jamrial@gmail.com>
release/7.0
James Almer 10 months ago
parent 5ff0eb34d2
commit e04c638f5f
  1. 2
      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[] = {

Loading…
Cancel
Save