Skip to content

Commit

Permalink
Bug 1876757 - remove qipcap64.dll stub DLL r=mhowell
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D200163

UltraBlame original commit: 2950d0988467c20d2d5bb11edeae1b527dce4057
  • Loading branch information
marco-c committed Feb 1, 2024
1 parent be6c5c4 commit be8e60e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 128 deletions.
22 changes: 0 additions & 22 deletions browser/installer/package-manifest.in
Original file line number Diff line number Diff line change
Expand Up @@ -791,28 +791,6 @@ mozavcodec
DLL_SUFFIX
#
endif
#
ifdef
XP_WIN
#
ifdef
_AMD64_
BINPATH
/
DLL_PREFIX
qipcap64
DLL_SUFFIX
#
else
BINPATH
/
DLL_PREFIX
qipcap
DLL_SUFFIX
#
endif
#
endif
;
[
Components
Expand Down
42 changes: 0 additions & 42 deletions toolkit/library/dummydll/dummydll.cpp

This file was deleted.

43 changes: 0 additions & 43 deletions toolkit/library/dummydll/moz.build

This file was deleted.

21 changes: 0 additions & 21 deletions toolkit/library/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -766,27 +766,6 @@ build
gtest
"
]
if
CONFIG
[
"
OS_ARCH
"
]
=
=
"
WINNT
"
:
DIRS
+
=
[
"
dummydll
"
]
USE_LIBS
+
=
Expand Down

0 comments on commit be8e60e

Please sign in to comment.