]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/msnwc_tcp.c
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
[frescor/ffmpeg.git] / libavformat / msnwc_tcp.c
index df79c0187d2194b1947c0617a67d32d6afcd8af6..34ab9d94bbe6f2f1410a4ae8ddeac54a4880ffa4 100644 (file)
@@ -132,7 +132,7 @@ static int msnwc_tcp_read_packet(AVFormatContext *ctx, AVPacket *pkt)
 
 AVInputFormat msnwc_tcp_demuxer = {
     "msnwctcp",
-    "MSN TCP Webcam stream",
+    NULL_IF_CONFIG_SMALL("MSN TCP Webcam stream"),
     0,
     msnwc_tcp_probe,
     msnwc_tcp_read_header,