mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-04-02 20:30:49 +07:00
Remove mips workarounds. am: 579f4d362b
Change-Id: I4177804589bb8dabff26c0649a59bca1b28ef6c9
This commit is contained in:
commit
4b32a0f045
1 changed files with 0 additions and 24 deletions
24
Android.bp
24
Android.bp
|
|
@ -277,30 +277,6 @@ cc_library_static {
|
|||
},
|
||||
},
|
||||
|
||||
mips64: {
|
||||
local_include_dirs: [
|
||||
"decoder/mips",
|
||||
"common/mips",
|
||||
],
|
||||
|
||||
srcs: [
|
||||
"decoder/mips/ihevcd_function_selector.c",
|
||||
"decoder/mips/ihevcd_function_selector_mips_generic.c",
|
||||
],
|
||||
},
|
||||
|
||||
mips: {
|
||||
local_include_dirs: [
|
||||
"decoder/mips",
|
||||
"common/mips",
|
||||
],
|
||||
|
||||
srcs: [
|
||||
"decoder/mips/ihevcd_function_selector.c",
|
||||
"decoder/mips/ihevcd_function_selector_mips_generic.c",
|
||||
],
|
||||
},
|
||||
|
||||
x86_64: {
|
||||
cflags: [
|
||||
"-DX86",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue