From 8fc29168af14ed8c1e91ae4697f5506e1509ccbf Mon Sep 17 00:00:00 2001 From: Gpower2 Date: Fri, 7 Oct 2016 12:11:48 +0300 Subject: Remove d3dcompiler_43 from build system - Remove MOZ_FOUND_BOTH_D3D_COMPILERS and MOZ_REQUIRE_ALL_D3DCS - Remove --enable-require-all-d3dc-versions , require-all-d3dc-versions and --enable-require-all-d3dc-versions - Remove MOZ_D3DCOMPILER_XP_DLL, MOZ_D3DCOMPILER_XP_CAB and DMOZ_D3DCOMPILER_XP_DLL --- gfx/angle/Makefile.in | 4 ---- gfx/gl/GLLibraryEGL.cpp | 5 ----- gfx/gl/moz.build | 2 -- 3 files changed, 11 deletions(-) (limited to 'gfx') diff --git a/gfx/angle/Makefile.in b/gfx/angle/Makefile.in index da63a55ca..0394b352b 100644 --- a/gfx/angle/Makefile.in +++ b/gfx/angle/Makefile.in @@ -9,10 +9,6 @@ ifdef MOZ_D3DCOMPILER_VISTA_DLL_PATH cp -fp "$(MOZ_D3DCOMPILER_VISTA_DLL_PATH)" "$(DIST)/bin" endif -ifdef MOZ_D3DCOMPILER_XP_CAB - expand '$(MOZ_D3DCOMPILER_XP_CAB)' -F:$(MOZ_D3DCOMPILER_XP_DLL) '$(DIST)/bin' -endif - endif include $(topsrcdir)/config/rules.mk diff --git a/gfx/gl/GLLibraryEGL.cpp b/gfx/gl/GLLibraryEGL.cpp index 0607dd4b7..461dcd01b 100644 --- a/gfx/gl/GLLibraryEGL.cpp +++ b/gfx/gl/GLLibraryEGL.cpp @@ -146,11 +146,6 @@ GLLibraryEGL::EnsureInitialized() break; #endif -#ifdef MOZ_D3DCOMPILER_XP_DLL - if (LoadLibraryForEGLOnWindows(NS_LITERAL_STRING(NS_STRINGIFY(MOZ_D3DCOMPILER_XP_DLL)))) - break; -#endif - MOZ_ASSERT(false, "d3dcompiler DLL loading failed."); } while (false); diff --git a/gfx/gl/moz.build b/gfx/gl/moz.build index be9c3e584..72e6dc155 100644 --- a/gfx/gl/moz.build +++ b/gfx/gl/moz.build @@ -150,8 +150,6 @@ FINAL_LIBRARY = 'xul' if CONFIG['MOZ_D3DCOMPILER_VISTA_DLL']: DEFINES['MOZ_D3DCOMPILER_VISTA_DLL'] = CONFIG['MOZ_D3DCOMPILER_VISTA_DLL'] -if CONFIG['MOZ_D3DCOMPILER_XP_DLL']: - DEFINES['MOZ_D3DCOMPILER_XP_DLL'] = CONFIG['MOZ_D3DCOMPILER_XP_DLL'] CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] CXXFLAGS += CONFIG['TK_CFLAGS'] -- cgit v1.2.3