Commit 620303f6 authored by Julian Scheel's avatar Julian Scheel Committed by Jean-Baptiste Kempf

mmal: Add missing header include guards

Signed-off-by: default avatarJulian Scheel <julian@jusst.de>
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 626d7ef2
......@@ -21,6 +21,9 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _MMAL_PICTURE_H
#define _MMAL_PICTURE_H
#include <vlc_common.h>
#include <interface/mmal/mmal.h>
......@@ -39,3 +42,5 @@ struct picture_sys_t {
vlc_mutex_t* get_mmal_opaque_mutex(void);
int mmal_picture_lock(picture_t *picture);
void mmal_picture_unlock(picture_t *picture);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment