Commit f7579bc4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

v4l2: fix compilation if zvbi is not present

parent bf4eb094
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment