Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83223f5

Browse filesBrowse files
Fix MSVC build for changes to binaryheap.
After 5af0263, binaryheap.c needs to be listed in Mkvcbuild.pm. Per buildfarm.
1 parent 5af0263 commit 83223f5
Copy full SHA for 83223f5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Copy file name to clipboardExpand all lines: src/tools/msvc/Mkvcbuild.pm
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ sub mkvcbuild
135135
}
136136

137137
our @pgcommonallfiles = qw(
138-
archive.c base64.c checksum_helper.c compression.c
138+
archive.c base64.c binaryheap.c checksum_helper.c compression.c
139139
config_info.c controldata_utils.c d2s.c encnames.c exec.c
140140
f2s.c file_perm.c file_utils.c hashfn.c ip.c jsonapi.c
141141
keywords.c kwlookup.c link-canary.c md5_common.c percentrepl.c

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.