mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-12 14:51:38 -05:00
Replace AVL tree in DAAP query by a static hash using gperf
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user