pts/avdtp_sink: add information about supported codecs

This commit is contained in:
Bjoern Hartmann 2021-03-04 11:50:55 +01:00 committed by Matthias Ringwald
parent 2febf1bd2e
commit 024d452987

View File

@ -964,6 +964,12 @@ static void show_usage(void){
printf("Supported Codecs: SBC");
#ifdef HAVE_AAC_FDK
printf(", MPEG AAC");
#endif
#ifdef HAVE_APTX
printf(", aptX, aptX HD");
#endif
#ifdef HAVE_LDAC_DECODER
printf(", LDAC");
#endif
printf("\n");
printf("c - create connection to addr %s\n", device_addr_string);