Skip to content

Commit

Permalink
Bug 1869332 - Ask generate_source_mozbuild.py to build the encoder si…
Browse files Browse the repository at this point in the history
…de of libaom. r=glandium

Depends on D196058

Differential Revision: https://phabricator.services.mozilla.com/D196059
  • Loading branch information
padenot committed Dec 20, 2023
1 parent fcf35cd commit 104f7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/libaom/generate_sources_mozbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def write_aom_config(system, arch, variables, cache_variables):
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,
Expand Down

0 comments on commit 104f7dc

Please sign in to comment.