mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-04-02 20:30:49 +07:00
encoder: Add host support am: 0a59baaeee am: 002ade3fc5
am: a99811b8bf
Change-Id: I3f5099b11d95d3f9380996ea38670d4c80e75298
This commit is contained in:
commit
5c0c468281
1 changed files with 2 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ cc_test {
|
|||
cc_library_static {
|
||||
name: "libhevcenc",
|
||||
vendor_available: true,
|
||||
|
||||
host_supported: true,
|
||||
cflags: [
|
||||
"-DENABLE_MAIN_REXT_PROFILE",
|
||||
"-fPIC",
|
||||
|
|
@ -776,6 +776,7 @@ cc_library_static {
|
|||
|
||||
cc_test {
|
||||
name: "hevcenc",
|
||||
host_supported: true,
|
||||
cflags: [
|
||||
"-DARM",
|
||||
"-fPIC",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue