summaryrefslogtreecommitdiffstats
path: root/toolkit
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@wolfbeast.com>2018-12-03 02:26:03 +0100
committerGitHub <noreply@github.com>2018-12-03 02:26:03 +0100
commit8d553fef63cec262d94c824d864b94d55a7d4807 (patch)
tree4e435a90f9eb8b6a3738e445d247973406d3a8a8 /toolkit
parentd3e5569ee138378a0b26921206edd0b2627c24ab (diff)
parentcaabbb2a094d69852ca7e9a4aca63f53ed517596 (diff)
downloadUXP-8d553fef63cec262d94c824d864b94d55a7d4807.tar
UXP-8d553fef63cec262d94c824d864b94d55a7d4807.tar.gz
UXP-8d553fef63cec262d94c824d864b94d55a7d4807.tar.lz
UXP-8d553fef63cec262d94c824d864b94d55a7d4807.tar.xz
UXP-8d553fef63cec262d94c824d864b94d55a7d4807.zip
Merge pull request #895 from trav90/code-cleanup
Remove DirectShowReader
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/library/moz.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build
index 71f9a86de..624f8f54d 100644
--- a/toolkit/library/moz.build
+++ b/toolkit/library/moz.build
@@ -177,14 +177,6 @@ if CONFIG['MOZ_WMF']:
'strmiids',
]
-if CONFIG['MOZ_DIRECTSHOW']:
- OS_LIBS += [
- 'dmoguids',
- 'wmcodecdspuuid',
- 'strmiids',
- 'msdmo',
- ]
-
if CONFIG['OS_ARCH'] == 'FreeBSD':
OS_LIBS += [
'util',