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
0856d3ae
Commit
0856d3ae
authored
Oct 21, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to fix dshow build
parent
1dfa47c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/access/dshow/dshow.cpp
modules/access/dshow/dshow.cpp
+5
-5
No files found.
modules/access/dshow/dshow.cpp
View file @
0856d3ae
...
@@ -70,12 +70,12 @@ static void ConfigTuner( vlc_object_t *, ICaptureGraphBuilder2 *,
...
@@ -70,12 +70,12 @@ static void ConfigTuner( vlc_object_t *, ICaptureGraphBuilder2 *,
/*****************************************************************************
/*****************************************************************************
* Module descriptor
* Module descriptor
*****************************************************************************/
*****************************************************************************/
static
char
*
ppsz_vdev
[]
=
{
""
,
"none"
};
static
c
onst
c
har
*
ppsz_vdev
[]
=
{
""
,
"none"
};
static
char
*
ppsz_vdev_text
[]
=
{
N_
(
"Default"
),
N_
(
"None"
)
};
static
c
onst
c
har
*
ppsz_vdev_text
[]
=
{
N_
(
"Default"
),
N_
(
"None"
)
};
static
char
*
ppsz_adev
[]
=
{
""
,
"none"
};
static
c
onst
c
har
*
ppsz_adev
[]
=
{
""
,
"none"
};
static
char
*
ppsz_adev_text
[]
=
{
N_
(
"Default"
),
N_
(
"None"
)
};
static
c
onst
c
har
*
ppsz_adev_text
[]
=
{
N_
(
"Default"
),
N_
(
"None"
)
};
static
int
pi_tuner_input
[]
=
{
0
,
1
,
2
};
static
int
pi_tuner_input
[]
=
{
0
,
1
,
2
};
static
char
*
ppsz_tuner_input_text
[]
=
static
c
onst
c
har
*
ppsz_tuner_input_text
[]
=
{
N_
(
"Default"
),
N_
(
"Cable"
),
N_
(
"Antenna"
)};
{
N_
(
"Default"
),
N_
(
"Cable"
),
N_
(
"Antenna"
)};
static
int
pi_amtuner_mode
[]
=
{
AMTUNER_MODE_DEFAULT
,
static
int
pi_amtuner_mode
[]
=
{
AMTUNER_MODE_DEFAULT
,
AMTUNER_MODE_TV
,
AMTUNER_MODE_TV
,
...
...
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