Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
ab055487
Commit
ab055487
authored
May 14, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DirectSound: correct include order
parent
4d37034c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/audio_output/directx.c
modules/audio_output/directx.c
+0
-2
modules/audio_output/windows_audio_common.h
modules/audio_output/windows_audio_common.h
+2
-0
No files found.
modules/audio_output/directx.c
View file @
ab055487
...
@@ -36,8 +36,6 @@
...
@@ -36,8 +36,6 @@
#include "windows_audio_common.h"
#include "windows_audio_common.h"
#include <dsound.h>
#define FRAME_SIZE ((int)p_aout->output.output.i_rate/20)
/* Size in samples */
#define FRAME_SIZE ((int)p_aout->output.output.i_rate/20)
/* Size in samples */
/*****************************************************************************
/*****************************************************************************
...
...
modules/audio_output/windows_audio_common.h
View file @
ab055487
...
@@ -72,6 +72,8 @@ typedef struct {
...
@@ -72,6 +72,8 @@ typedef struct {
#endif
#endif
#include <dsound.h>
#ifndef SPEAKER_FRONT_LEFT
#ifndef SPEAKER_FRONT_LEFT
# define SPEAKER_FRONT_LEFT 0x1
# define SPEAKER_FRONT_LEFT 0x1
# define SPEAKER_FRONT_RIGHT 0x2
# define SPEAKER_FRONT_RIGHT 0x2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment