summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-12-01 15:49:23 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-12-01 15:49:23 -0500
commit73bef64e1c7c8684de3438a17cc01927f0522d6f (patch)
tree6937be7e55fe8baf5239394ee7ff46620f9960bc /config
parente17b76b4e19e6086f63fd7df867c39f69e1024d8 (diff)
downloadaura-central-73bef64e1c7c8684de3438a17cc01927f0522d6f.tar.gz
No Issue - Sort the lgpl and gre media libs situation
Diffstat (limited to 'config')
-rw-r--r--config/external/lgpllibs/lgpllibs.def10
-rw-r--r--config/external/lgpllibs/moz.build17
-rw-r--r--config/external/moz.build6
3 files changed, 0 insertions, 33 deletions
diff --git a/config/external/lgpllibs/lgpllibs.def b/config/external/lgpllibs/lgpllibs.def
deleted file mode 100644
index 359d97e71..000000000
--- a/config/external/lgpllibs/lgpllibs.def
+++ /dev/null
@@ -1,10 +0,0 @@
-; This Source Code Form is subject to the terms of the Mozilla Public
-; 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/.
-
-LIBRARY lgpllibs.dll
-
-EXPORTS
- av_rdft_init
- av_rdft_calc
- av_rdft_end
diff --git a/config/external/lgpllibs/moz.build b/config/external/lgpllibs/moz.build
deleted file mode 100644
index 9900beac9..000000000
--- a/config/external/lgpllibs/moz.build
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# 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/.
-
-# The lgpllibs library stores symbols from third-party LGPL licensed libraries,
-# such as libav and libsoundtouch. It fulfills the requirement of dynamically
-# linking these symbols into gecko.
-#
-# Any library added here should also be reflected in the about:license page.
-
-GeckoSharedLibrary('lgpllibs', linkage=None)
-SHARED_LIBRARY_NAME = 'lgpllibs'
-
-if CONFIG['MOZ_LIBAV_FFT']:
- DIRS += ['/libs/libav']
- DEFFILE = SRCDIR + '/lgpllibs.def'
diff --git a/config/external/moz.build b/config/external/moz.build
deleted file mode 100644
index 097f80dde..000000000
--- a/config/external/moz.build
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# 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/.
-
-DIRS += ['lgpllibs']