Commit 81dd908c authored by chinshou's avatar chinshou Committed by Carl Eugen Hoyos

Fix libilbc compilation.

Fixes ticket #1540
parent 7f5fae1e
...@@ -53,7 +53,7 @@ static const AVClass ilbc_dec_class = { ...@@ -53,7 +53,7 @@ static const AVClass ilbc_dec_class = {
.class_name = "libilbc", .class_name = "libilbc",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = ilbc_dec_options, .option = ilbc_dec_options,
.version = LIBAVUTIL_VERSION_INT. .version = LIBAVUTIL_VERSION_INT,
}; };
static av_cold int ilbc_decode_init(AVCodecContext *avctx) static av_cold int ilbc_decode_init(AVCodecContext *avctx)
......
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