From 81dd908c6e2982c419b4690e4c4839cbc16344fa Mon Sep 17 00:00:00 2001 From: chinshou Date: Tue, 17 Jul 2012 08:53:36 +0200 Subject: Fix libilbc compilation. Fixes ticket #1540 --- libavcodec/libilbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/libilbc.c') diff --git a/libavcodec/libilbc.c b/libavcodec/libilbc.c index b6e8b3a5de..afdbaf0ebc 100644 --- a/libavcodec/libilbc.c +++ b/libavcodec/libilbc.c @@ -53,7 +53,7 @@ static const AVClass ilbc_dec_class = { .class_name = "libilbc", .item_name = av_default_item_name, .option = ilbc_dec_options, - .version = LIBAVUTIL_VERSION_INT. + .version = LIBAVUTIL_VERSION_INT, }; static av_cold int ilbc_decode_init(AVCodecContext *avctx) -- cgit v1.2.3