From 4dd9289884dd1388283a112bc3dbde206330890d Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Tue, 11 Oct 2011 17:08:02 -0400 Subject: [PATCH] * #7132: Codec.h -> codec.h --- daemon/src/Makefile.am | 2 +- daemon/src/audio/codecs/audiocodec.h | 2 +- daemon/src/{Codec.h => codec.h} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename daemon/src/{Codec.h => codec.h} (100%) diff --git a/daemon/src/Makefile.am b/daemon/src/Makefile.am index 91e1c98e4c..2779f6efdf 100644 --- a/daemon/src/Makefile.am +++ b/daemon/src/Makefile.am @@ -35,7 +35,7 @@ noinst_LTLIBRARIES = libsflphone.la noinst_HEADERS = \ global.h \ - Codec.h \ + codec.h \ conference.h \ voiplink.h \ preferences.h \ diff --git a/daemon/src/audio/codecs/audiocodec.h b/daemon/src/audio/codecs/audiocodec.h index 64180ac1ea..29d2f1b2b2 100644 --- a/daemon/src/audio/codecs/audiocodec.h +++ b/daemon/src/audio/codecs/audiocodec.h @@ -36,7 +36,7 @@ #include <iostream> #include <dlfcn.h> -#include "Codec.h" +#include "codec.h" // We assume all decoders will be fed 20ms of audio or less // And we'll resample them to 44.1kHz or less diff --git a/daemon/src/Codec.h b/daemon/src/codec.h similarity index 100% rename from daemon/src/Codec.h rename to daemon/src/codec.h -- GitLab