mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1869332 - Ask generate_source_mozbuild.py to build the encoder side of libaom. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D196059
This commit is contained in:
parent
9b4c4a5bb9
commit
9157d63679
@ -61,7 +61,7 @@ if __name__ == '__main__':
|
||||
shared_variables = {
|
||||
'CMAKE_CURRENT_SOURCE_DIR': AOM_DIR,
|
||||
'CONFIG_AV1_DECODER': 1,
|
||||
'CONFIG_AV1_ENCODER': 0,
|
||||
'CONFIG_AV1_ENCODER': 1,
|
||||
'CONFIG_COLLECT_INTER_MODE_RD_STATS': 0,
|
||||
'CONFIG_INSPECTION': 0,
|
||||
'CONFIG_INTERNAL_STATS': 0,
|
||||
|
Loading…
Reference in New Issue
Block a user