summaryrefslogtreecommitdiffstats
path: root/libavcodec/libamr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/libamr.c')
-rw-r--r--libavcodec/libamr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/libamr.c b/libavcodec/libamr.c
index 4a73ee0..0e23de1 100644
--- a/libavcodec/libamr.c
+++ b/libavcodec/libamr.c
@@ -503,7 +503,7 @@ AVCodec libamr_nb_decoder =
NULL,
amr_nb_decode_close,
amr_nb_decode_frame,
- .long_name = "libamr-nb Adaptive Multi-Rate (AMR) Narrow-Band",
+ .long_name = NULL_IF_CONFIG_SMALL("libamr-nb Adaptive Multi-Rate (AMR) Narrow-Band"),
};
AVCodec libamr_nb_encoder =
@@ -516,7 +516,7 @@ AVCodec libamr_nb_encoder =
amr_nb_encode_frame,
amr_nb_encode_close,
NULL,
- .long_name = "libamr-nb Adaptive Multi-Rate (AMR) Narrow-Band",
+ .long_name = NULL_IF_CONFIG_SMALL("libamr-nb Adaptive Multi-Rate (AMR) Narrow-Band"),
};
#endif
@@ -697,7 +697,7 @@ AVCodec libamr_wb_decoder =
NULL,
amr_wb_decode_close,
amr_wb_decode_frame,
- .long_name = "libamr-wb Adaptive Multi-Rate (AMR) Wide-Band",
+ .long_name = NULL_IF_CONFIG_SMALL("libamr-wb Adaptive Multi-Rate (AMR) Wide-Band"),
};
AVCodec libamr_wb_encoder =
@@ -710,7 +710,7 @@ AVCodec libamr_wb_encoder =
amr_wb_encode_frame,
amr_wb_encode_close,
NULL,
- .long_name = "libamr-wb Adaptive Multi-Rate (AMR) Wide-Band",
+ .long_name = NULL_IF_CONFIG_SMALL("libamr-wb Adaptive Multi-Rate (AMR) Wide-Band"),
};
#endif //CONFIG_LIBAMR_WB
OpenPOWER on IntegriCloud