Replace AVL tree in DAAP by a static hash using gperf

This commit is contained in:
Julien BLACHE
2011-04-01 19:01:35 +02:00
parent cbb1669ee1
commit e23f02c7c0
4 changed files with 410 additions and 582 deletions

View File

@@ -24,12 +24,14 @@ endif
GPERF_FILES = \
daap_query.gperf \
rsp_query.gperf \
dacp_prop.gperf
dacp_prop.gperf \
dmap_fields.gperf
GPERF_PRODUCTS = \
daap_query_hash.c \
rsp_query_hash.c \
dacp_prop_hash.c
dacp_prop_hash.c \
dmap_fields_hash.c
ANTLR_GRAMMARS = \
RSP.g RSP2SQL.g \