Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
ecb2ff7d
Commit
ecb2ff7d
authored
May 02, 2011
by
Jean-Marc Valin
Browse files
Including config.h (fixes the fixed-point)
parent
7798467a
Changes
3
Hide whitespace changes
Inline
Side-by-side
silk/SKP_Silk_control_codec.c
View file @
ecb2ff7d
...
...
@@ -25,6 +25,10 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***********************************************************************/
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#include
"SKP_Silk_tuning_parameters.h"
#ifdef FIXED_POINT
#include
"SKP_Silk_main_FIX.h"
...
...
silk/SKP_Silk_enc_API.c
View file @
ecb2ff7d
...
...
@@ -25,6 +25,9 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***********************************************************************/
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#include
"SKP_Silk_define.h"
#include
"SKP_Silk_SDK_API.h"
...
...
silk/SKP_Silk_init_encoder.c
View file @
ecb2ff7d
...
...
@@ -25,6 +25,10 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***********************************************************************/
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#ifdef FIXED_POINT
#include
"SKP_Silk_main_FIX.h"
#define SKP_Silk_encoder_state_Fxx SKP_Silk_encoder_state_FIX
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment