Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f7579bc4
Commit
f7579bc4
authored
Dec 10, 2012
by
Jean-Baptiste Kempf
Browse files
v4l2: fix compilation if zvbi is not present
parent
bf4eb094
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/v4l2/demux.c
View file @
f7579bc4
...
...
@@ -82,7 +82,9 @@ int DemuxOpen( vlc_object_t *obj )
if
(
unlikely
(
sys
==
NULL
))
return
VLC_ENOMEM
;
demux
->
p_sys
=
sys
;
#ifdef ZVBI_COMPILED
sys
->
vbi_cap
=
NULL
;
#endif
ParseMRL
(
obj
,
demux
->
psz_location
);
...
...
Write
Preview
Supports
Markdown
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