From 0915b531bc62440914710d2989813563b0446c5e Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 30 Jun 2013 13:46:27 +0200 Subject: Rename "AVClass class" as "AVClass component_class". The aix header math.h defines "extern int class()" for C. --- libavformat/gsmdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/gsmdec.c') diff --git a/libavformat/gsmdec.c b/libavformat/gsmdec.c index 9899266173..a51822ad23 100644 --- a/libavformat/gsmdec.c +++ b/libavformat/gsmdec.c @@ -80,7 +80,7 @@ static const AVOption options[] = { { NULL }, }; -static const AVClass class = { +static const AVClass gsm_class = { .class_name = "gsm demuxer", .item_name = av_default_item_name, .option = options, @@ -96,5 +96,5 @@ AVInputFormat ff_gsm_demuxer = { .flags = AVFMT_GENERIC_INDEX, .extensions = "gsm", .raw_codec_id = AV_CODEC_ID_GSM, - .priv_class = &class, + .priv_class = &gsm_class, }; -- cgit v1.2.3