]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/psxstr.c
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
[frescor/ffmpeg.git] / libavformat / psxstr.c
index 2ba805f84fd7e1e31ff3c8562fa5c29be83dccb1..df9f1c04272848f8b8851ac61eff4643e8944d04 100644 (file)
@@ -351,7 +351,7 @@ static int str_read_close(AVFormatContext *s)
 
 AVInputFormat str_demuxer = {
     "psxstr",
-    "Sony Playstation STR format",
+    NULL_IF_CONFIG_SMALL("Sony Playstation STR format"),
     sizeof(StrDemuxContext),
     str_probe,
     str_read_header,