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:
Paul Adenot 2023-12-13 13:46:40 +00:00
parent 9b4c4a5bb9
commit 9157d63679

View File

@ -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,