diff options
author | trav90 <travawine@palemoon.org> | 2018-10-19 23:01:02 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-10-19 23:01:02 -0500 |
commit | af073e6d8721ca0c8030d0dfb343095204568aad (patch) | |
tree | 294a3d0d8a555cb3e82307459220946230ec23c7 /media | |
parent | 976f46a7d6d1954bdd5edbf1187c3da33ede57e2 (diff) | |
download | uxp-af073e6d8721ca0c8030d0dfb343095204568aad.tar.gz |
[aom] Only build stats code if examples are enabled
Diffstat (limited to 'media')
-rw-r--r-- | media/libaom/sources.mozbuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/media/libaom/sources.mozbuild b/media/libaom/sources.mozbuild index 3531d065af..078b30dca9 100644 --- a/media/libaom/sources.mozbuild +++ b/media/libaom/sources.mozbuild @@ -109,8 +109,6 @@ files = { '../../third_party/aom/av1/decoder/dthread.c', '../../third_party/aom/av1/decoder/obu.c', '../../third_party/aom/av1/encoder/arm/neon/quantize_neon.c', - '../../third_party/aom/stats/aomstats.c', - '../../third_party/aom/stats/rate_hist.c', ], 'GENERIC_EXPORTS': [ '../../third_party/aom/aom/aom.h', @@ -201,8 +199,6 @@ files = { '../../third_party/aom/av1/decoder/detokenize.c', '../../third_party/aom/av1/decoder/dthread.c', '../../third_party/aom/av1/decoder/obu.c', - '../../third_party/aom/stats/aomstats.c', - '../../third_party/aom/stats/rate_hist.c', ], 'IA32_EXPORTS': [ '../../third_party/aom/aom/aom.h', @@ -363,8 +359,6 @@ files = { '../../third_party/aom/av1/decoder/detokenize.c', '../../third_party/aom/av1/decoder/dthread.c', '../../third_party/aom/av1/decoder/obu.c', - '../../third_party/aom/stats/aomstats.c', - '../../third_party/aom/stats/rate_hist.c', ], 'X64_EXPORTS': [ '../../third_party/aom/aom/aom.h', @@ -524,7 +518,5 @@ files = { '../../third_party/aom/av1/decoder/detokenize.c', '../../third_party/aom/av1/decoder/dthread.c', '../../third_party/aom/av1/decoder/obu.c', - '../../third_party/aom/stats/aomstats.c', - '../../third_party/aom/stats/rate_hist.c', ], } |