[vlc-commits] mmal: Add missing vlc_atomic.h includes

Julian Scheel git at videolan.org
Mon Oct 12 16:34:52 CEST 2015


vlc | branch: master | Julian Scheel <julian at jusst.de> | Fri Oct  9 10:07:07 2015 +0200| [b7cbd7b5fe310238a673dc0e3f3c9e5e20e8163c] | committer: Jean-Baptiste Kempf

mmal: Add missing vlc_atomic.h includes

Signed-off-by: Julian Scheel <julian at jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/hw/mmal/codec.c |    1 +
 modules/hw/mmal/vout.c  |    1 +
 2 files changed, 2 insertions(+)

diff --git a/modules/hw/mmal/codec.c b/modules/hw/mmal/codec.c
index dca8db5..75184c6 100644
--- a/modules/hw/mmal/codec.c
+++ b/modules/hw/mmal/codec.c
@@ -27,6 +27,7 @@
 #endif
 
 #include <vlc_common.h>
+#include <vlc_atomic.h>
 #include <vlc_plugin.h>
 #include <vlc_codec.h>
 #include <vlc_threads.h>
diff --git a/modules/hw/mmal/vout.c b/modules/hw/mmal/vout.c
index b3223f0..dc1a273 100644
--- a/modules/hw/mmal/vout.c
+++ b/modules/hw/mmal/vout.c
@@ -29,6 +29,7 @@
 #include <math.h>
 
 #include <vlc_common.h>
+#include <vlc_atomic.h>
 #include <vlc_plugin.h>
 #include <vlc_threads.h>
 #include <vlc_vout_display.h>



More information about the vlc-commits mailing list