Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tommy Webb
Tor Browser
Commits
93ef4685
Commit
93ef4685
authored
13 years ago
by
Jim Mathies
Browse files
Options
Downloads
Patches
Plain Diff
Bug 731807 - Fix for error building with VC11 - 'ksguid.lib' not found. r=khuey
parent
00c5a4d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
layout/media/Makefile.in
+1
-1
1 addition, 1 deletion
layout/media/Makefile.in
media/libcubeb/src/cubeb_winmm.c
+5
-0
5 additions, 0 deletions
media/libcubeb/src/cubeb_winmm.c
with
6 additions
and
1 deletion
layout/media/Makefile.in
+
1
−
1
View file @
93ef4685
...
...
@@ -107,7 +107,7 @@ EXTRA_DSO_LDOPTS += $(MOZ_ZLIB_LIBS)
endif
ifdef
MOZ_CUBEB
EXTRA_DSO_LDOPTS
+=
$(
call EXPAND_LIBNAME, winmm
ksguid
)
EXTRA_DSO_LDOPTS
+=
$(
call EXPAND_LIBNAME, winmm
)
endif
DEFFILE
=
symbols.def
...
...
This diff is collapsed.
Click to expand it.
media/libcubeb/src/cubeb_winmm.c
+
5
−
0
View file @
93ef4685
...
...
@@ -17,6 +17,11 @@
#define NBUFS 4
static
const
GUID
KSDATAFORMAT_SUBTYPE_PCM
=
{
0x00000001
,
0x0000
,
0x0010
,
{
0x80
,
0x00
,
0x00
,
0xaa
,
0x00
,
0x38
,
0x9b
,
0x71
}
};
static
const
GUID
KSDATAFORMAT_SUBTYPE_IEEE_FLOAT
=
{
0x00000003
,
0x0000
,
0x0010
,
{
0x80
,
0x00
,
0x00
,
0xaa
,
0x00
,
0x38
,
0x9b
,
0x71
}
};
struct
cubeb_stream_item
{
SLIST_ENTRY
head
;
cubeb_stream
*
stream
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment