]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Minor formatting adjustments.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 25 May 2022 10:59:40 +0000 (11:59 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 25 May 2022 10:59:40 +0000 (11:59 +0100)
shairport.c

index c5f73273c2ef6d9207f3883037d269aadbf15447..c6e6532dcc1408bac0ecb7819857a2a9574d5139 100644 (file)
@@ -260,7 +260,7 @@ void usage(char *progname) {
     printf("but the system's ffmpeg library does not seem to include one.\n");
     printf("See: https://github.com/mikebrady/shairport-sync/blob/development/TROUBLESHOOTING.md#aac-decoder-issues-airplay-2-only\n\n");
 
-  }
+  } else {
 #endif
 
   printf("Usage: %s [options...]\n", progname);
@@ -334,6 +334,12 @@ void usage(char *progname) {
   mdns_ls_backends();
   printf("\n");
   audio_ls_outputs();
+
+#ifdef CONFIG_AIRPLAY_2
+  }
+#endif
+
+
 }
 
 int parse_options(int argc, char **argv) {