From 435f64fe2428409b3a912660da984edf7a5a41d6 Mon Sep 17 00:00:00 2001 From: MysterD Date: Sun, 9 Apr 2023 18:35:13 -0700 Subject: [PATCH] Remove failsafe, was causing problems --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5e53987..30343f68 100644 --- a/Makefile +++ b/Makefile @@ -1378,7 +1378,7 @@ endif $(BUILD_DIR)/%.table: %.aiff $(call print,Extracting codebook:,$<,$@) - $(V)$(PYTHON) $(AIFF_EXTRACT_FAILSAFE) $(AIFF_EXTRACT_CODEBOOK) $< $@ + $(V)$(AIFF_EXTRACT_CODEBOOK) $< >$@ $(call print,Piping:,$<,$@.inc.c) $(V)hexdump -v -e '1/1 "0x%X,"' $< > $@.inc.c $(V)echo >> $@.inc.c