]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ilbc.c
doc/examples/transcode_aac: use av_packet_alloc() to allocate packets
[ffmpeg] / libavformat / ilbc.c
index c778f5a5af87b6c74ee162a15d2cf3c5dff0ff29..188c0f091a73ffcd5836a5768eecbc1943e31a81 100644 (file)
@@ -121,6 +121,7 @@ AVInputFormat ff_ilbc_demuxer = {
     .flags        = AVFMT_GENERIC_INDEX,
 };
 
+#if CONFIG_ILBC_MUXER
 AVOutputFormat ff_ilbc_muxer = {
     .name         = "ilbc",
     .long_name    = NULL_IF_CONFIG_SMALL("iLBC storage"),
@@ -131,3 +132,4 @@ AVOutputFormat ff_ilbc_muxer = {
     .write_packet = ff_raw_write_packet,
     .flags        = AVFMT_NOTIMESTAMPS,
 };
+#endif