rename file

This commit is contained in:
Volker Fischer 2013-02-13 17:02:24 +00:00
parent ebd0882d52
commit 569a8a3f6c
13 changed files with 144 additions and 143 deletions

View file

@ -7,6 +7,7 @@ Changes made to libcelt to be compatible to llcon:
- replaced all "restricted" by "__restricted" and all "inline" by "__inline" - replaced all "restricted" by "__restricted" and all "inline" by "__inline"
- added a "cc6_" prior to all file names, functions and global variables
---------------------------------------------------------------------------------- ----------------------------------------------------------------------------------
Attempt to use newer version failed due to the following reasons: Attempt to use newer version failed due to the following reasons:

View file

@ -12,7 +12,7 @@
******************************************************************** ********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal. function: #ifdef jail to whip a few platforms into the UNIX ideal.
last mod: $Id: celt_types.h,v 1.1 2009-08-12 18:50:49 corrados Exp $ last mod: $Id: cc6_celt_types.h,v 1.1 2013-02-13 17:02:23 corrados Exp $
********************************************************************/ ********************************************************************/
/** /**

View file

@ -33,7 +33,7 @@
#include "config.h" #include "config.h"
#endif #endif
#include "celt_header.h" #include "cc6_celt_header.h"
#include "os_support.h" #include "os_support.h"
#include "modes.h" #include "modes.h"

View file

@ -97,7 +97,7 @@ HEADERS += src/audiomixerboard.h \
src/util.h \ src/util.h \
libs/celt/cc6_celt.h \ libs/celt/cc6_celt.h \
libs/celt/celt_types.h \ libs/celt/celt_types.h \
libs/celt/celt_header.h \ libs/celt/cc6_celt_header.h \
libs/celt/_kiss_fft_guts.h \ libs/celt/_kiss_fft_guts.h \
libs/celt/arch.h \ libs/celt/arch.h \
libs/celt/bands.h \ libs/celt/bands.h \
@ -155,7 +155,7 @@ SOURCES += src/audiomixerboard.cpp \
libs/celt/entenc.c \ libs/celt/entenc.c \
libs/celt/header.c \ libs/celt/header.c \
libs/celt/kfft_single.c \ libs/celt/kfft_single.c \
libs/celt/_kiss_fft.c \ libs/celt/cc6__kiss_fft.c \
libs/celt/_kiss_fftr.c \ libs/celt/_kiss_fftr.c \
libs/celt/laplace.c \ libs/celt/laplace.c \
libs/celt/mdct.c \ libs/celt/mdct.c \