From a1e12aa5e0d5b4fd25ae9b2d64088995b1c6556a 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