diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-09-26 11:56:24 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2021-09-26 11:56:24 -0500 |
commit | 78f8ab35c2264cad5725ef6f8f21b1a614d90775 (patch) | |
tree | e37fbd0c6a9fe28a924198371cc519ff5344f3da /config | |
parent | 7640461115477dba9590095e5ed90d12c04ee9fb (diff) | |
download | aura-central-78f8ab35c2264cad5725ef6f8f21b1a614d90775.tar.gz |
Issue %3003 - Move libvpx to libs/
Diffstat (limited to 'config')
-rw-r--r-- | config/external/moz.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/external/moz.build b/config/external/moz.build index 568c0beac..6d04d0804 100644 --- a/config/external/moz.build +++ b/config/external/moz.build @@ -7,8 +7,6 @@ external_dirs = [] DIRS += ['lgpllibs'] -external_dirs += ['media/libvpx'] - if CONFIG['MOZ_AV1']: external_dirs += ['media/libaom'] |