Browse Source

enable DMAP_FULL to verify

philippe44 1 year ago
parent
commit
71c696ccd7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      components/raop/dmap_parser.c

+ 2 - 0
components/raop/dmap_parser.c

@@ -7,6 +7,8 @@
 #define DMAP_STRINGIFY_(x) #x
 #define DMAP_STRINGIFY(x) DMAP_STRINGIFY_(x)
 
+#define DMAP_FULL 1
+
 typedef enum {
 	DMAP_UNKNOWN,
 	DMAP_UINT,