diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2017-04-02 00:03:33 +0300 |
---|---|---|
committer | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2017-04-02 00:03:33 +0300 |
commit | dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476 (patch) | |
tree | 943414d0e00728a80330c4ef70f0d18c01a341d5 /pages/vlc.ecpp | |
parent | eaa015874e3e494006d67260feaebe6377568ebb (diff) | |
download | vdr-plugin-live-dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476.tar.gz vdr-plugin-live-dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476.tar.bz2 |
Silence compilation warnings.
Diffstat (limited to 'pages/vlc.ecpp')
-rw-r--r-- | pages/vlc.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/vlc.ecpp b/pages/vlc.ecpp index 881958c..59baa72 100644 --- a/pages/vlc.ecpp +++ b/pages/vlc.ecpp @@ -115,7 +115,7 @@ using namespace vdrlive; } </%cpp> <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org/" version="VideoLAN.VLCPlugin.2" id="video1" name="video1" autoplay="yes" loop="no" width="720" height="576" target="<$ videourl $>" /> - <& vlc.controls videourl=(videourl) asyncReq=(asyncReq) &> + <& vlc.controls videourl=(videourl) asyncReq=(asyncReq) &> <%cpp> if (!asyncReq) { </%cpp> |