Commit c11b3fe0 authored by diego's avatar diego

Remove pointless CONFIG_MLP_DECODER preprocessor check.

The file is only ever compiled if the MLP decoder is enabled.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20968 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 261ffe72
......@@ -1134,7 +1134,6 @@ error:
return -1;
}
#if CONFIG_MLP_DECODER
AVCodec mlp_decoder = {
"mlp",
CODEC_TYPE_AUDIO,
......@@ -1146,7 +1145,6 @@ AVCodec mlp_decoder = {
read_access_unit,
.long_name = NULL_IF_CONFIG_SMALL("MLP (Meridian Lossless Packing)"),
};
#endif /* CONFIG_MLP_DECODER */
#if CONFIG_TRUEHD_DECODER
AVCodec truehd_decoder = {
......
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