clenaup: #ifdec CONFIG*

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2011-12-13 20:53:21 +01:00
parent 0b4e5451ba
commit b39e01a6e8
2 changed files with 3 additions and 3 deletions

View File

@@ -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;