[vlc-commits] demux: mkv: add include guards

Zhao Zhili git at videolan.org
Mon May 28 10:11:49 CEST 2018


vlc | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Mon May 28 15:00:36 2018 +0800| [6377149291e9c25ee064cd9fe38298189af6f134] | committer: Steve Lhomme

demux: mkv: add include guards

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

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

 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 d2c72a4214..519a1aefb5 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



More information about the vlc-commits mailing list