]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/ipmovie.c
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
[frescor/ffmpeg.git] / libavformat / ipmovie.c
index 4f5068af4e46a1e632bb2029a73680402f092398..d00f788d9c66fbf7738df6687f13133d306a4a3a 100644 (file)
@@ -616,7 +616,7 @@ static int ipmovie_read_close(AVFormatContext *s)
 
 AVInputFormat ipmovie_demuxer = {
     "ipmovie",
-    "Interplay MVE format",
+    NULL_IF_CONFIG_SMALL("Interplay MVE format"),
     sizeof(IPMVEContext),
     ipmovie_probe,
     ipmovie_read_header,