summaryrefslogtreecommitdiff
path: root/libavcodec/txd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/txd.c')
-rw-r--r--libavcodec/txd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/txd.c b/libavcodec/txd.c
index 2a4f7900ad..284b00d2de 100644
--- a/libavcodec/txd.c
+++ b/libavcodec/txd.c
@@ -163,5 +163,5 @@ AVCodec txd_decoder = {
txd_decode_frame,
0,
NULL,
- .long_name = "Renderware TXD (TeXture Dictionary) image",
+ .long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
};