rename file
This commit is contained in:
parent
ebd0882d52
commit
569a8a3f6c
13 changed files with 144 additions and 143 deletions
|
@ -7,6 +7,7 @@ Changes made to libcelt to be compatible to llcon:
|
|||
|
||||
- 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:
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
********************************************************************
|
||||
|
||||
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 $
|
||||
|
||||
********************************************************************/
|
||||
/**
|
|
@ -33,7 +33,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "celt_header.h"
|
||||
#include "cc6_celt_header.h"
|
||||
#include "os_support.h"
|
||||
#include "modes.h"
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ HEADERS += src/audiomixerboard.h \
|
|||
src/util.h \
|
||||
libs/celt/cc6_celt.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/arch.h \
|
||||
libs/celt/bands.h \
|
||||
|
@ -155,7 +155,7 @@ SOURCES += src/audiomixerboard.cpp \
|
|||
libs/celt/entenc.c \
|
||||
libs/celt/header.c \
|
||||
libs/celt/kfft_single.c \
|
||||
libs/celt/_kiss_fft.c \
|
||||
libs/celt/cc6__kiss_fft.c \
|
||||
libs/celt/_kiss_fftr.c \
|
||||
libs/celt/laplace.c \
|
||||
libs/celt/mdct.c \
|
||||
|
|
Loading…
Reference in a new issue