]> git.sesse.net Git - vlc/commit
libvlc: fix vbi-page initialization without zvbi plugin
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 15 Jan 2015 19:21:53 +0000 (21:21 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 15 Jan 2015 19:24:10 +0000 (21:24 +0200)
commit950645c06103a61786ba28155523f609b2da5bdb
tree60743b481ddeb3b28dc36ff6800b43163ff64702
parentb7ed5a6690538e89f15137f7b4697d7252564a03
libvlc: fix vbi-page initialization without zvbi plugin

A variable cannot be inherited if it is not a configuration item.
Note this only avoids generating an error; VBI cannot work without the
plugin anyway.
lib/media_player.c