mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-12 06:50:19 -05:00
Replace AVL tree in DACP by a static hash using gperf
This commit is contained in:
@@ -23,11 +23,13 @@ endif
|
||||
|
||||
GPERF_FILES = \
|
||||
daap_query.gperf \
|
||||
rsp_query.gperf
|
||||
rsp_query.gperf \
|
||||
dacp_prop.gperf
|
||||
|
||||
GPERF_PRODUCTS = \
|
||||
daap_query_hash.c \
|
||||
rsp_query_hash.c
|
||||
rsp_query_hash.c \
|
||||
dacp_prop_hash.c
|
||||
|
||||
ANTLR_GRAMMARS = \
|
||||
RSP.g RSP2SQL.g \
|
||||
|
||||
Reference in New Issue
Block a user