Replace AVL tree in DACP by a static hash using gperf

This commit is contained in:
Julien BLACHE
2011-03-31 18:52:33 +02:00
parent 7e35068d46
commit cbb1669ee1
4 changed files with 52 additions and 175 deletions

View File

@@ -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 \