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

This commit is contained in:
Julien BLACHE
2011-03-31 18:05:41 +02:00
parent fc90acbc17
commit 303a3329eb
7 changed files with 57 additions and 148 deletions

View File

@@ -21,9 +21,11 @@ if COND_OSS4
OSS4SRC=laudio_oss4.c
endif
GPERF_FILES =
GPERF_FILES = \
daap_query.gperf
GPERF_PRODUCTS =
GPERF_PRODUCTS = \
daap_query_hash.c
ANTLR_GRAMMARS = \
RSP.g RSP2SQL.g \