Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
ec7470ce
Commit
ec7470ce
authored
Mar 01, 2015
by
Simon Morlat
Browse files
repair build on linux and mac.
parent
8948fad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/videofilters/mire.c
src/videofilters/mire.c
+5
-1
No files found.
src/videofilters/mire.c
View file @
ec7470ce
...
...
@@ -153,7 +153,11 @@ static MSFilter *mire_create_reader(MSWebCam *obj){
return
ms_filter_new_from_desc
(
&
ms_mire_desc
);
}
MS2_VAR_PUBLIC
MSWebCamDesc
mire_desc
=
{
/*This declaration sets export attributes for windows. Test program want to use the mire webcam directly as it is not included by default in the
webcam manager*/
MS2_VAR_PUBLIC
MSWebCamDesc
mire_desc
;
MSWebCamDesc
mire_desc
=
{
"Mire"
,
&
mire_detect
,
&
mire_cam_init
,
...
...
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