comparison stream/stream.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 7b66e1a132de
children 5bfc1d8bece9
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 #ifndef STREAM_H 1 #ifndef MPLAYER_STREAM_H
2 #define STREAM_H 2 #define MPLAYER_STREAM_H
3 3
4 #include "mp_msg.h" 4 #include "mp_msg.h"
5 #include <string.h> 5 #include <string.h>
6 #include <inttypes.h> 6 #include <inttypes.h>
7 #include <sys/types.h> 7 #include <sys/types.h>
309 int language; 309 int language;
310 int type; 310 int type;
311 int channels; 311 int channels;
312 } stream_language_t; 312 } stream_language_t;
313 313
314 #endif /* STREAM_H */ 314 #endif /* MPLAYER_STREAM_H */