summaryrefslogtreecommitdiffstats
path: root/av_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'av_opts.h')
-rw-r--r--av_opts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/av_opts.h b/av_opts.h
index a9eab9c8a5..640443a352 100644
--- a/av_opts.h
+++ b/av_opts.h
@@ -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 */