Add an _enc suffix to the sbr_ram/rom files in libSBRenc

This avoids name clashes with the similarly named files in
libSBRdec, when building all libraries with one single
automake file.
This commit is contained in:
Martin Storsjo 2012-06-28 15:21:01 +03:00
parent ce9492073b
commit 28ca63087f
3 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ SBRENC_SRC = \
$(SBRENC_DIR)/ps_encode.cpp \ $(SBRENC_DIR)/ps_encode.cpp \
$(SBRENC_DIR)/resampler.cpp \ $(SBRENC_DIR)/resampler.cpp \
$(SBRENC_DIR)/sbr_encoder.cpp \ $(SBRENC_DIR)/sbr_encoder.cpp \
$(SBRENC_DIR)/sbr_ram.cpp \ $(SBRENC_DIR)/sbr_ram_enc.cpp \
$(SBRENC_DIR)/ton_corr.cpp \ $(SBRENC_DIR)/ton_corr.cpp \
$(SBRENC_DIR)/code_env.cpp \ $(SBRENC_DIR)/code_env.cpp \
$(SBRENC_DIR)/env_est.cpp \ $(SBRENC_DIR)/env_est.cpp \
@ -161,7 +161,7 @@ SBRENC_SRC = \
$(SBRENC_DIR)/ps_main.cpp \ $(SBRENC_DIR)/ps_main.cpp \
$(SBRENC_DIR)/sbrenc_freq_sca.cpp \ $(SBRENC_DIR)/sbrenc_freq_sca.cpp \
$(SBRENC_DIR)/sbr_misc.cpp \ $(SBRENC_DIR)/sbr_misc.cpp \
$(SBRENC_DIR)/sbr_rom.cpp \ $(SBRENC_DIR)/sbr_rom_enc.cpp \
$(SBRENC_DIR)/tran_det.cpp $(SBRENC_DIR)/tran_det.cpp
SYS_DIR = $(top_srcdir)/libSYS/src SYS_DIR = $(top_srcdir)/libSYS/src