[FFmpeg-cvslog] Fix libilbc compilation.

chinshou git at videolan.org
Tue Jul 17 08:55:47 CEST 2012


ffmpeg | branch: master | chinshou <chinshou1976 at gmail.com> | Tue Jul 17 08:53:36 2012 +0200| [81dd908c6e2982c419b4690e4c4839cbc16344fa] | committer: Carl Eugen Hoyos

Fix libilbc compilation.

Fixes ticket #1540

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=81dd908c6e2982c419b4690e4c4839cbc16344fa
---

 libavcodec/libilbc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/libilbc.c b/libavcodec/libilbc.c
index b6e8b3a..afdbaf0 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)



More information about the ffmpeg-cvslog mailing list