]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/swfenc.c
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
[frescor/ffmpeg.git] / libavformat / swfenc.c
index dcba7938399a60e97a82a6ba5f5b1405283dc0e0..193663f61e2a7dac7015ba7b4501090d77a1b765 100644 (file)
@@ -503,7 +503,7 @@ static int swf_write_trailer(AVFormatContext *s)
 #ifdef CONFIG_SWF_MUXER
 AVOutputFormat swf_muxer = {
     "swf",
-    "Flash format",
+    NULL_IF_CONFIG_SMALL("Flash format"),
     "application/x-shockwave-flash",
     "swf",
     sizeof(SWFContext),
@@ -517,7 +517,7 @@ AVOutputFormat swf_muxer = {
 #ifdef CONFIG_AVM2_MUXER
 AVOutputFormat avm2_muxer = {
     "avm2",
-    "Flash 9 (AVM2) format",
+    NULL_IF_CONFIG_SMALL("Flash 9 (AVM2) format"),
     "application/x-shockwave-flash",
     NULL,
     sizeof(SWFContext),