Skip to content

Commit

Permalink
Disable PGO on libaom to prevent polly build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Aug 9, 2023
1 parent ad9b1da commit 691cbf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media/libaom/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ if CONFIG['CPU_ARCH'] == 'x86_64':
ASFLAGS += [ '-I%s/media/libaom/config/mac/x64/' % TOPSRCDIR ]
LOCAL_INCLUDES += [ '/media/libaom/config/mac/x64/' ]
EXPORTS.aom += [ 'config/mac/x64/config/aom_config.h' ]
NO_PGO = True
else: # Android, Linux, BSDs, etc.
ASFLAGS += [ '-I%s/media/libaom/config/linux/x64/' % TOPSRCDIR ]
LOCAL_INCLUDES += [ '/media/libaom/config/linux/x64/' ]
EXPORTS.aom += [ 'config/linux/x64/config/aom_config.h' ]
NO_PGO = True
elif CONFIG['CPU_ARCH'] == 'x86':
EXPORTS.aom += files['IA32_EXPORTS']
SOURCES += files['IA32_SOURCES']
Expand Down

0 comments on commit 691cbf0

Please sign in to comment.