file renaming

This commit is contained in:
Volker Fischer 2013-02-13 16:41:24 +00:00
parent 0cc2aa6bc6
commit ebd0882d52
7 changed files with 753 additions and 753 deletions

View file

@ -38,7 +38,7 @@
#include "os_support.h"
#include "mdct.h"
#include <math.h>
#include "celt.h"
#include "cc6_celt.h"
#include "pitch.h"
#include "kiss_fftr.h"
#include "bands.h"

View file

@ -36,7 +36,7 @@
extern "C" {
#endif
#include "celt.h"
#include "cc6_celt.h"
#include "celt_types.h"
/** Header data to be used for Ogg files (or possibly other encapsulation)

View file

@ -33,7 +33,7 @@
#include "config.h"
#endif
#include "celt.h"
#include "cc6_celt.h"
#include "modes.h"
#include "rate.h"
#include "os_support.h"

View file

@ -33,7 +33,7 @@
#define MODES_H
#include "celt_types.h"
#include "celt.h"
#include "cc6_celt.h"
#include "arch.h"
#include "mdct.h"
#include "psy.h"

View file

@ -32,7 +32,7 @@
#define PSY_H
#include "arch.h"
#include "celt.h"
#include "cc6_celt.h"
struct PsyDecay {
/*celt_word16_t *decayL;*/

View file

@ -30,7 +30,7 @@
#include <QString>
#include <QDateTime>
#include <QMessageBox>
#include "celt.h"
#include "cc6_celt.h"
#include "global.h"
#include "socket.h"
#include "channel.h"

View file

@ -29,7 +29,7 @@
#include <QTimer>
#include <QDateTime>
#include <QHostAddress>
#include "celt.h"
#include "cc6_celt.h"
#include "global.h"
#include "socket.h"
#include "channel.h"