Bug 1921859 - Add ctx.c to moz.build r=media-playback-reviewers,aosmond

Since `ctx.c` will be added in dav1d library [1], we need to include it
in moz.build

[1] 4385e7e161 (ce9a8f168a6296b8c868b57acf65d261d56790ad)

Depends on D224863

Differential Revision: https://phabricator.services.mozilla.com/D224864
This commit is contained in:
Chun-Min Chang
2024-10-08 21:35:05 +00:00
parent a0839955b3
commit 43c4208aa5

View File

@@ -76,6 +76,7 @@ if CONFIG['OS_TARGET'] == 'Linux':
SOURCES += [
'../../third_party/dav1d/src/cdf.c',
'../../third_party/dav1d/src/cpu.c',
'../../third_party/dav1d/src/ctx.c',
'../../third_party/dav1d/src/data.c',
'../../third_party/dav1d/src/decode.c',
'../../third_party/dav1d/src/dequant_tables.c',