[vlc-devel] [PATCH 1/7] demux: mkv: add include guards
Zhao Zhili
quinkblack at foxmail.com
Mon May 28 09:00:36 CEST 2018
---
modules/demux/mkv/stream_io_callback.hpp | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/modules/demux/mkv/stream_io_callback.hpp b/modules/demux/mkv/stream_io_callback.hpp
index d2c72a4..519a1ae 100644
--- a/modules/demux/mkv/stream_io_callback.hpp
+++ b/modules/demux/mkv/stream_io_callback.hpp
@@ -21,6 +21,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
+
+#ifndef VLC_MKV_STREAM_IO_CALLBACK_HPP_
+#define VLC_MKV_STREAM_IO_CALLBACK_HPP_
+
#include "mkv.hpp"
/*****************************************************************************
@@ -52,3 +56,4 @@ class vlc_stream_io_callback: public IOCallback
uint64 toRead ( void );
};
+#endif
--
2.9.5
More information about the vlc-devel
mailing list