summaryrefslogtreecommitdiff
path: root/apps/codecs/libFLAC/include/private/coldfire.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libFLAC/include/private/coldfire.h')
-rw-r--r--apps/codecs/libFLAC/include/private/coldfire.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/codecs/libFLAC/include/private/coldfire.h b/apps/codecs/libFLAC/include/private/coldfire.h
deleted file mode 100644
index 37fa3e2bd7..0000000000
--- a/apps/codecs/libFLAC/include/private/coldfire.h
+++ /dev/null
@@ -1,10 +0,0 @@
1#ifndef SIMULATOR
2#ifndef _FLAC_COLDFIRE_H
3#define _FLAC_COLDFIRE_H
4
5#include <FLAC/ordinals.h>
6
7void FLAC__lpc_restore_signal_mcf5249(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
8
9#endif
10#endif