X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2F4xm.c;h=25c2080d7f0b99acf88b37e46f2e265c32578d70;hb=0b54f3c0878a3acaa9142e4f24942e762d97e350;hp=151e9c9c810016fdcd23a8b0d2ae78705361d4db;hpb=899681cd1dbf4cd7c3b86af23bca25e20a54f4d0;p=ffmpeg diff --git a/libavformat/4xm.c b/libavformat/4xm.c index 151e9c9c810..25c2080d7f0 100644 --- a/libavformat/4xm.c +++ b/libavformat/4xm.c @@ -328,7 +328,7 @@ static int fourxm_read_close(AVFormatContext *s) AVInputFormat fourxm_demuxer = { "4xm", - "4X Technologies format", + NULL_IF_CONFIG_SMALL("4X Technologies format"), sizeof(FourxmDemuxContext), fourxm_probe, fourxm_read_header,