[vlc-commits] mmal: compilation fix
Rémi Denis-Courmont
git at videolan.org
Tue Oct 22 21:37:15 CEST 2019
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Oct 22 22:36:45 2019 +0300| [fd9b29d1fb21cbf70bd710a78ff42914243f7e6e] | committer: Rémi Denis-Courmont
mmal: compilation fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd9b29d1fb21cbf70bd710a78ff42914243f7e6e
---
modules/hw/mmal/vout.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/hw/mmal/vout.c b/modules/hw/mmal/vout.c
index bfed91588e..1134f1eb81 100644
--- a/modules/hw/mmal/vout.c
+++ b/modules/hw/mmal/vout.c
@@ -326,7 +326,6 @@ out:
static void Close(vout_display_t *vd)
{
- vout_display_t *vd = (vout_display_t *)object;
vout_display_sys_t *sys = vd->sys;
char response[20]; /* answer is hvs_update_fields=%1d */
unsigned i;
More information about the vlc-commits
mailing list