Replace AVL tree in RSP query by a static hash using gperf

This commit is contained in:
Julien BLACHE
2011-03-31 18:30:18 +02:00
parent b8758a2aa2
commit cc0555d986
7 changed files with 73 additions and 166 deletions

View File

@@ -22,10 +22,12 @@ OSS4SRC=laudio_oss4.c
endif
GPERF_FILES = \
daap_query.gperf
daap_query.gperf \
rsp_query.gperf
GPERF_PRODUCTS = \
daap_query_hash.c
daap_query_hash.c \
rsp_query_hash.c
ANTLR_GRAMMARS = \
RSP.g RSP2SQL.g \