Commit 83e92ab6 authored by Ramiro Polla's avatar Ramiro Polla

alacenc: NULL_IF_CONFIG_SMALL long_name.

Originally committed as revision 14801 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 52098468
...@@ -193,5 +193,5 @@ AVCodec alac_encoder = { ...@@ -193,5 +193,5 @@ AVCodec alac_encoder = {
alac_encode_frame, alac_encode_frame,
alac_encode_close, alac_encode_close,
.capabilities = CODEC_CAP_SMALL_LAST_FRAME, .capabilities = CODEC_CAP_SMALL_LAST_FRAME,
.long_name = "ALAC (Apple Lossless Audio Codec)", .long_name = NULL_IF_CONFIG_SMALL("ALAC (Apple Lossless Audio Codec)"),
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment