]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/4xm.c
Remove gif demuxer, the code contains a gif decoder and lzw decoder neither
[ffmpeg] / libavformat / 4xm.c
index 151e9c9c810016fdcd23a8b0d2ae78705361d4db..25c2080d7f0b99acf88b37e46f2e265c32578d70 100644 (file)
@@ -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,