Rename sbr_rom/ram files back to the original names

This minimizes the differences to upstream.
This commit is contained in:
Martin Storsjo 2012-11-02 12:21:27 +02:00
parent 53b442d8af
commit ec5d922893
3 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ SBRENC_SRC = \
libSBRenc/src/ps_encode.cpp \ libSBRenc/src/ps_encode.cpp \
libSBRenc/src/resampler.cpp \ libSBRenc/src/resampler.cpp \
libSBRenc/src/sbr_encoder.cpp \ libSBRenc/src/sbr_encoder.cpp \
libSBRenc/src/sbr_ram_enc.cpp \ libSBRenc/src/sbr_ram.cpp \
libSBRenc/src/ton_corr.cpp \ libSBRenc/src/ton_corr.cpp \
libSBRenc/src/code_env.cpp \ libSBRenc/src/code_env.cpp \
libSBRenc/src/env_est.cpp \ libSBRenc/src/env_est.cpp \
@ -168,7 +168,7 @@ SBRENC_SRC = \
libSBRenc/src/ps_main.cpp \ libSBRenc/src/ps_main.cpp \
libSBRenc/src/sbrenc_freq_sca.cpp \ libSBRenc/src/sbrenc_freq_sca.cpp \
libSBRenc/src/sbr_misc.cpp \ libSBRenc/src/sbr_misc.cpp \
libSBRenc/src/sbr_rom_enc.cpp \ libSBRenc/src/sbr_rom.cpp \
libSBRenc/src/tran_det.cpp libSBRenc/src/tran_det.cpp
SYS_SRC = \ SYS_SRC = \