summaryrefslogtreecommitdiff
path: root/codecs
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
parenta9bd097e71744f55833fcb4bbd996093d2287092 (diff)
downloadwireshark-6cd4ad721f94b5b2c4e5136bad179eb83585f150.tar.gz
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')
-rw-r--r--codecs/CMakeLists.txt2
-rw-r--r--codecs/Makefile.am4
-rw-r--r--codecs/Makefile.nmake8
-rw-r--r--codecs/sbc/sbc.c (renamed from codecs/SBC/sbc.c)0
-rw-r--r--codecs/sbc/sbc.h (renamed from codecs/SBC/sbc.h)0
5 files changed, 7 insertions, 7 deletions
diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt
index 8af9897dfa..442b50f8e5 100644
--- a/codecs/CMakeLists.txt
+++ b/codecs/CMakeLists.txt
@@ -27,7 +27,7 @@ set(CODECS_FILES
G711u/G711udecode.c
G722/G722decode.c
G726/G726decode.c
- SBC/SBC.c
+ sbc/sbc.c
)
add_library(codecs STATIC
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
diff --git a/codecs/Makefile.nmake b/codecs/Makefile.nmake
index fd1e638d4e..b768f16235 100644
--- a/codecs/Makefile.nmake
+++ b/codecs/Makefile.nmake
@@ -19,7 +19,7 @@ CODEC_OBJECTS= \
G711adecode.obj \
G722decode.obj \
G726decode.obj \
- SBC.obj
+ sbc.obj
codecs.lib : $(CODEC_OBJECTS)
@@ -41,8 +41,8 @@ G722decode.obj: G722\G722decode.c G722\G722decode.h
G726decode.obj: G726\G726decode.c G726\G726decode.h
$(CC) $(CFLAGS) -Fd.\ -c G726\G726decode.c /Fo%|fF.obj
-SBC.obj: SBC\SBC.c SBC\SBC.h
- $(CC) $(CFLAGS) -Fd.\ -c SBC\SBC.c /Fo%|fF.obj
+sbc.obj: sbc\sbc.c sbc\sbc.h
+ $(CC) $(CFLAGS) -Fd.\ -c sbc\sbc.c /Fo%|fF.obj
clean:
rm -f $(CODEC_OBJECTS) codecs.lib *.pdb *.sbr
@@ -58,4 +58,4 @@ checkapi:
G711u/G711udecode.c \
G722/G722decode.c \
G726/G726decode.c \
- SBC/SBC.c
+ sbc/sbc.c
diff --git a/codecs/SBC/sbc.c b/codecs/sbc/sbc.c
index b14b5bb681..b14b5bb681 100644
--- a/codecs/SBC/sbc.c
+++ b/codecs/sbc/sbc.c
diff --git a/codecs/SBC/sbc.h b/codecs/sbc/sbc.h
index 5cc8ad0927..5cc8ad0927 100644
--- a/codecs/SBC/sbc.h
+++ b/codecs/sbc/sbc.h