summaryrefslogtreecommitdiff
path: root/xpcom
diff options
context:
space:
mode:
authorJeremy Andrews <athenian200@outlook.com>2021-09-26 11:56:24 -0500
committerJeremy Andrews <athenian200@outlook.com>2021-09-26 11:56:24 -0500
commit78f8ab35c2264cad5725ef6f8f21b1a614d90775 (patch)
treee37fbd0c6a9fe28a924198371cc519ff5344f3da /xpcom
parent7640461115477dba9590095e5ed90d12c04ee9fb (diff)
downloadaura-central-78f8ab35c2264cad5725ef6f8f21b1a614d90775.tar.gz
Issue %3003 - Move libvpx to libs/
Diffstat (limited to 'xpcom')
-rw-r--r--xpcom/build/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/build/moz.build b/xpcom/build/moz.build
index 622606789..48e72f623 100644
--- a/xpcom/build/moz.build
+++ b/xpcom/build/moz.build
@@ -86,5 +86,5 @@ LOCAL_INCLUDES += [
if CONFIG['MOZ_VPX']:
LOCAL_INCLUDES += [
- '/media/libvpx',
+ '/libs/libvpx',
]