You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
clenaup: #ifdec CONFIG*
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user