summaryrefslogtreecommitdiff
path: root/libavformat/c93.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/c93.c')
-rw-r--r--libavformat/c93.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/c93.c b/libavformat/c93.c
index 996012f6ed..be1577b8c8 100644
--- a/libavformat/c93.c
+++ b/libavformat/c93.c
@@ -190,7 +190,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVInputFormat c93_demuxer = {
"c93",
- "Interplay C93",
+ NULL_IF_CONFIG_SMALL("Interplay C93"),
sizeof(C93DemuxContext),
probe,
read_header,