]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add some conditional compilation statements to avoid a few warnings.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 27 Dec 2021 12:33:14 +0000 (12:33 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 27 Dec 2021 12:33:14 +0000 (12:33 +0000)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 408d6132f69a44db657447553fd1a346d41e97d7..f6930dd68f3606a784e579f399d6e668c3dc00b1 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -2614,6 +2614,8 @@ void handle_flush(rtsp_conn_info *conn, rtsp_message *req, rtsp_message *resp) {
 
 #ifdef CONFIG_AIRPLAY_2
 
+
+#ifdef CONFIG_METADATA
 static void check_and_send_plist_metadata(plist_t messagePlist, const char *plist_key, uint32_t metadata_code)
 {
   plist_t item = plist_dict_get_item(messagePlist, plist_key);
@@ -2625,6 +2627,7 @@ static void check_and_send_plist_metadata(plist_t messagePlist, const char *plis
     }
   }
 }
+#endif
 
 void handle_setup_2(rtsp_conn_info *conn, rtsp_message *req, rtsp_message *resp) {
   int err;