Skip to content

Commit ccb0647

Browse files
author
diego
committed
Add missing multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28359 b3059339-0415-0410-9bf9-f77b7e298cf2
1 parent cecfbf8 commit ccb0647

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

av_opts.h

+5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2020
*/
2121

22+
#ifndef MPLAYER_AV_OPTS_H
23+
#define MPLAYER_AV_OPTS_H
24+
2225
/**
2326
* Parses str and sets AVOptions in v accordingly.
2427
*/
2528
int parse_avopts(void *v, char *str);
29+
30+
#endif /* MPLAYER_AV_OPTS_H */

0 commit comments

Comments
 (0)