summaryrefslogtreecommitdiff
path: root/config/external/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'config/external/moz.build')
-rw-r--r--config/external/moz.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/external/moz.build b/config/external/moz.build
index 7cd201a07..097f80dde 100644
--- a/config/external/moz.build
+++ b/config/external/moz.build
@@ -3,11 +3,4 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-external_dirs = []
-
DIRS += ['lgpllibs']
-
-if CONFIG['MOZ_FFVPX']:
- external_dirs += ['media/ffvpx']
-
-DIRS += ['../../' + i for i in external_dirs]