Skip to content

Commit

Permalink
Further slim down on libflac
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Apr 10, 2021
1 parent 4a65bd1 commit f627174
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5,521 deletions.
5 changes: 1 addition & 4 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ endif

ifeq ($(USE_CODEC_FLAC),1)
INCFLAGS += -I$(LIBFLAC_DIR)/include
SOURCES_C += $(LIBFLAC_DIR)/bitmath.c \
SOURCES_C += \
$(LIBFLAC_DIR)/bitreader.c \
$(LIBFLAC_DIR)/cpu.c \
$(LIBFLAC_DIR)/crc.c \
Expand All @@ -145,10 +145,7 @@ SOURCES_C += $(LIBFLAC_DIR)/bitmath.c \
$(LIBFLAC_DIR)/lpc.c \
$(LIBFLAC_DIR)/md5.c \
$(LIBFLAC_DIR)/memory.c \
$(LIBFLAC_DIR)/metadata_iterators.c \
$(LIBFLAC_DIR)/metadata_object.c \
$(LIBFLAC_DIR)/ogg_decoder_aspect.c \
$(LIBFLAC_DIR)/ogg_helper.c \
$(LIBFLAC_DIR)/ogg_mapping.c \
$(LIBFLAC_DIR)/stream_decoder.c \
$(LIBFLAC_DIR)/window.c
Expand Down
110 changes: 0 additions & 110 deletions deps/libFLAC/bitmath.c

This file was deleted.

Loading

0 comments on commit f627174

Please sign in to comment.