aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-12-01 09:18:19 +0000
committerJörg Mayer <jmayer@loplof.de>2013-12-01 09:18:19 +0000
commit6cd4ad721f94b5b2c4e5136bad179eb83585f150 (patch)
tree9dd1c405a283916e4abd2f4a92119ffa58bdc6a5 /codecs/Makefile.am
parenta9bd097e71744f55833fcb4bbd996093d2287092 (diff)
SBC -> sbc
On Unix case is relevant, so fix it. Please try to avoid filenames starting with Upper case, it makes completion so much easier as I only need to remember the name and not the case. svn path=/trunk/; revision=53689
Diffstat (limited to 'codecs/Makefile.am')
-rw-r--r--codecs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/codecs/Makefile.am b/codecs/Makefile.am
index 96cdf18676..73f9612864 100644
--- a/codecs/Makefile.am
+++ b/codecs/Makefile.am
@@ -40,7 +40,7 @@ libcodec_a_SOURCES = \
G711u/G711udecode.c G711u/G711udecode.h G711u/G711utable.h \
G722/G722decode.c G722/G722decode.h \
G726/G726decode.c G726/G726decode.h \
- SBC/SBC.c SBC/SBC.h
+ sbc/sbc.c sbc/sbc.h
libcodec_a_DEPENDENCIES =
@@ -55,4 +55,4 @@ checkapi:
G711u/G711udecode.c \
G722/G722decode.c \
G726/G726decode.c \
- SBC/SBC.c
+ sbc/sbc.c