[MPlayer-cvslog] r28359 - trunk/av_opts.h

diego subversion at mplayerhq.hu
Sun Jan 25 21:10:36 CET 2009


Author: diego
Date: Sun Jan 25 21:10:36 2009
New Revision: 28359

Log:
Add missing multiple inclusion guards.

Modified:
   trunk/av_opts.h

Modified: trunk/av_opts.h
==============================================================================
--- trunk/av_opts.h	Sun Jan 25 20:58:33 2009	(r28358)
+++ trunk/av_opts.h	Sun Jan 25 21:10:36 2009	(r28359)
@@ -19,7 +19,12 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#ifndef MPLAYER_AV_OPTS_H
+#define MPLAYER_AV_OPTS_H
+
 /**
  * Parses str and sets AVOptions in v accordingly.
  */
 int parse_avopts(void *v, char *str);
+
+#endif /* MPLAYER_AV_OPTS_H */



More information about the MPlayer-cvslog mailing list