summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2012-11-02 12:21:27 +0200
committerMartin Storsjo <martin@martin.st>2012-11-02 13:30:45 +0200
commitec5d9228938a0b3746bab2934d06828576122514 (patch)
treec3513efe7dab3d3398fb2ce6852c484f48966788
parent53b442d8af20822cb65b060587e04986f4610358 (diff)
downloadODR-AudioEnc-ec5d9228938a0b3746bab2934d06828576122514.tar.gz
ODR-AudioEnc-ec5d9228938a0b3746bab2934d06828576122514.tar.bz2
ODR-AudioEnc-ec5d9228938a0b3746bab2934d06828576122514.zip
Rename sbr_rom/ram files back to the original names
This minimizes the differences to upstream.
-rw-r--r--Makefile.am4
-rw-r--r--libSBRenc/src/sbr_ram.cpp (renamed from libSBRenc/src/sbr_ram_enc.cpp)0
-rw-r--r--libSBRenc/src/sbr_rom.cpp (renamed from libSBRenc/src/sbr_rom_enc.cpp)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a5ef764..e995b0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -159,7 +159,7 @@ SBRENC_SRC = \
libSBRenc/src/ps_encode.cpp \
libSBRenc/src/resampler.cpp \
libSBRenc/src/sbr_encoder.cpp \
- libSBRenc/src/sbr_ram_enc.cpp \
+ libSBRenc/src/sbr_ram.cpp \
libSBRenc/src/ton_corr.cpp \
libSBRenc/src/code_env.cpp \
libSBRenc/src/env_est.cpp \
@@ -168,7 +168,7 @@ SBRENC_SRC = \
libSBRenc/src/ps_main.cpp \
libSBRenc/src/sbrenc_freq_sca.cpp \
libSBRenc/src/sbr_misc.cpp \
- libSBRenc/src/sbr_rom_enc.cpp \
+ libSBRenc/src/sbr_rom.cpp \
libSBRenc/src/tran_det.cpp
SYS_SRC = \
diff --git a/libSBRenc/src/sbr_ram_enc.cpp b/libSBRenc/src/sbr_ram.cpp
index e304c39..e304c39 100644
--- a/libSBRenc/src/sbr_ram_enc.cpp
+++ b/libSBRenc/src/sbr_ram.cpp
diff --git a/libSBRenc/src/sbr_rom_enc.cpp b/libSBRenc/src/sbr_rom.cpp
index c8b945f..c8b945f 100644
--- a/libSBRenc/src/sbr_rom_enc.cpp
+++ b/libSBRenc/src/sbr_rom.cpp