summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/raw.c b/libavformat/raw.c
index 40ac4440d6..f086581b2a 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -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"),