summaryrefslogtreecommitdiff
path: root/libavcodec/targa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/targa.c')
-rw-r--r--libavcodec/targa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/targa.c b/libavcodec/targa.c
index 9c7bad8491..f9bc343997 100644
--- a/libavcodec/targa.c
+++ b/libavcodec/targa.c
@@ -250,5 +250,5 @@ AVCodec targa_decoder = {
decode_frame,
0,
NULL,
- .long_name = "Truevision Targa image",
+ .long_name = NULL_IF_CONFIG_SMALL("Truevision Targa image"),
};