Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
speex
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
speex
Commits
c3499fdc
Commit
c3499fdc
authored
7 years ago
by
Treehugger Robot
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Only one of the speex libraries is still in use."
parents
39a2e16c
73cc9287
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Android.bp
+0
-104
0 additions, 104 deletions
Android.bp
with
0 additions
and
104 deletions
Android.bp
+
0
−
104
View file @
c3499fdc
...
...
@@ -14,40 +14,6 @@
// limitations under the License.
//
cc_library_static {
name: "libspeex",
arch: {
arm: {
instruction_set: "arm",
},
},
srcs: [
"libspeex/mdf.c",
"libspeex/preprocess.c",
"libspeex/filterbank.c",
"libspeex/fftwrap.c",
"libspeex/smallft.c",
],
cflags: [
"-DEXPORT=",
"-DFLOATING_POINT",
"-DUSE_SMALLFT",
"-DVAR_ARRAYS",
"-O3",
"-fstrict-aliasing",
"-fprefetch-loop-arrays",
"-Wall",
"-Werror",
"-Wno-unused-parameter",
],
local_include_dirs: ["include"],
export_include_dirs: ["include"],
}
cc_library_shared {
name: "libspeexresampler",
...
...
@@ -82,73 +48,3 @@ cc_library_shared {
local_include_dirs: ["include"],
export_include_dirs: ["include"],
}
cc_library_static {
name: "libspeex_googletts",
arch: {
arm: {
instruction_set: "arm",
},
},
srcs: [
"libspeex/bits.c",
"libspeex/cb_search.c",
"libspeex/exc_10_16_table.c",
"libspeex/exc_10_32_table.c",
"libspeex/exc_20_32_table.c",
"libspeex/exc_5_256_table.c",
"libspeex/exc_5_64_table.c",
"libspeex/exc_8_128_table.c",
"libspeex/fftwrap.c",
"libspeex/filterbank.c",
"libspeex/filters.c",
"libspeex/gain_table.c",
"libspeex/gain_table_lbr.c",
"libspeex/hexc_10_32_table.c",
"libspeex/hexc_table.c",
"libspeex/high_lsp_tables.c",
"libspeex/kiss_fft.c",
"libspeex/kiss_fftr.c",
"libspeex/lpc.c",
"libspeex/lsp.c",
"libspeex/lsp_tables_nb.c",
"libspeex/ltp.c",
"libspeex/mdf.c",
"libspeex/modes.c",
"libspeex/modes_wb.c",
"libspeex/nb_celp.c",
"libspeex/preprocess.c",
"libspeex/quant_lsp.c",
"libspeex/sb_celp.c",
"libspeex/smallft.c",
"libspeex/speex.c",
"libspeex/speex_callbacks.c",
"libspeex/speex_header.c",
"libspeex/vbr.c",
"libspeex/vq.c",
"libspeex/window.c",
"libspeex/buffer.c",
"libspeex/resample.c",
"libspeex/scal.c",
],
sdk_version: "14",
cflags: [
"-DEXPORT=",
"-DFLOATING_POINT",
"-DUSE_SMALLFT",
"-DVAR_ARRAYS",
"-O3",
"-fstrict-aliasing",
"-fprefetch-loop-arrays",
"-Wno-unused-parameter",
"-Werror",
],
local_include_dirs: ["include"],
export_include_dirs: ["include"],
}
This diff is collapsed.
Click to expand it.
CodeLinaro
@codelinaro
mentioned in commit
df65c754
·
7 months ago
mentioned in commit
df65c754
mentioned in commit df65c75446358bbf2b6b2ee777ee7c685a5c0c33
Toggle commit list
CodeLinaro
@codelinaro
mentioned in commit
1742f967
·
7 months ago
mentioned in commit
1742f967
mentioned in commit 1742f9679daf80a6d6f0c456b80bbd7e34eda649
Toggle commit list
CodeLinaro
@codelinaro
mentioned in commit
c2d38f51
·
7 months ago
mentioned in commit
c2d38f51
mentioned in commit c2d38f510283a573456199039fb0767960b3e659
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment