diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-09-26 00:29:42 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2021-09-26 00:29:42 -0500 |
commit | c4eaa46c066c3dae459afd13a52489ad6ac7b8a0 (patch) | |
tree | 5ec36e374edcd7b0399f83e70a5ddbb332fc2e6e /config | |
parent | 0e1ec51979626d5712cca412972f9e49ec224325 (diff) | |
download | aura-central-c4eaa46c066c3dae459afd13a52489ad6ac7b8a0.tar.gz |
Issue %3003 - Move libmkv to libs/
Diffstat (limited to 'config')
-rw-r--r-- | config/external/moz.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/external/moz.build b/config/external/moz.build index 826eeaed8..b26de2f21 100644 --- a/config/external/moz.build +++ b/config/external/moz.build @@ -7,9 +7,6 @@ external_dirs = [] DIRS += ['lgpllibs'] -if CONFIG['MOZ_WEBM_ENCODER']: - external_dirs += ['media/libmkv'] - external_dirs += ['media/libvpx'] if CONFIG['MOZ_AV1']: |