Commit 00bdb96c authored by andoma's avatar andoma

It should be #if, not #ifdef



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18659 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e2a202d5
......@@ -973,7 +973,7 @@ AVInputFormat mlp_demuxer = {
};
#endif
#ifdef CONFIG_MLP_MUXER
#if CONFIG_MLP_MUXER
AVOutputFormat mlp_muxer = {
"mlp",
NULL_IF_CONFIG_SMALL("raw MLP"),
......
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