[vlc-commits] Goom: fix compilation

Jean-Baptiste Kempf git at videolan.org
Wed Jun 24 20:02:50 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 24 20:01:41 2015 +0200| [6cbbf05e533ce153db0d55a96f810f1018a1382b] | committer: Jean-Baptiste Kempf

Goom: fix compilation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6cbbf05e533ce153db0d55a96f810f1018a1382b
---

 modules/visualization/goom.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/visualization/goom.c b/modules/visualization/goom.c
index a57da5b..1fa1878 100644
--- a/modules/visualization/goom.c
+++ b/modules/visualization/goom.c
@@ -33,6 +33,7 @@
 #include <vlc_plugin.h>
 #include <vlc_aout.h>            /* aout_FormatNbChannels, AOUT_FMTS_SIMILAR */
 #include <vlc_vout.h>              /* vout_*Picture, aout_filter_RequestVout */
+#include <vlc_filter.h>
 
 #include <goom/goom.h>
 



More information about the vlc-commits mailing list