Remove failsafe, was causing problems

This commit is contained in:
MysterD 2023-04-09 18:35:13 -07:00
parent ea4a4b7d45
commit 435f64fe24
1 changed files with 1 additions and 1 deletions

View File

@ -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