Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
2fd51837
Commit
2fd51837
authored
Oct 02, 2017
by
Tom Finegan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support ncobmc_adapt_weight in CMake build.
BUG=aomedia:856 Change-Id: I62791bfa1c1b1dba63999ee496d4358fbd247584
parent
34634d89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
av1/av1.cmake
av1/av1.cmake
+7
-0
No files found.
av1/av1.cmake
View file @
2fd51837
...
...
@@ -407,6 +407,13 @@ if (CONFIG_INTRA_EDGE)
"
${
AOM_ROOT
}
/av1/common/x86/intra_edge_sse4.c"
)
endif
()
if
(
CONFIG_NCOBMC_ADAPT_WEIGHT
)
set
(
AOM_AV1_COMMON_SOURCES
${
AOM_AV1_COMMON_SOURCES
}
"
${
AOM_ROOT
}
/av1/common/ncobmc_kernels.c"
"
${
AOM_ROOT
}
/av1/common/ncobmc_kernels.h"
)
endif
()
if
(
CONFIG_PVQ
)
set
(
AOM_AV1_COMMON_SOURCES
${
AOM_AV1_COMMON_SOURCES
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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