Browse Source

enable DMAP_FULL to verify

philippe44 1 năm trước cách đây
mục cha
commit
71c696ccd7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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,