Commit b39e01a6 authored by Michael Niedermayer's avatar Michael Niedermayer

clenaup: #ifdec CONFIG*

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0b4e5451
......@@ -76,7 +76,7 @@ static int rv34_parse(AVCodecParserContext *s,
return buf_size;
}
#ifdef CONFIG_RV30_PARSER
#if CONFIG_RV30_PARSER
AVCodecParser ff_rv30_parser = {
.codec_ids = { CODEC_ID_RV30 },
.priv_data_size = sizeof(RV34ParseContext),
......@@ -84,7 +84,7 @@ AVCodecParser ff_rv30_parser = {
};
#endif
#ifdef CONFIG_RV40_PARSER
#if CONFIG_RV40_PARSER
AVCodecParser ff_rv40_parser = {
.codec_ids = { CODEC_ID_RV40 },
.priv_data_size = sizeof(RV34ParseContext),
......
......@@ -113,7 +113,7 @@ AVInputFormat ff_bit_demuxer = {
.extensions = "bit",
};
#ifdef CONFIG_MUXERS
#if CONFIG_MUXERS
static int write_header(AVFormatContext *s)
{
AVCodecContext *enc = s->streams[0]->codec;
......
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