Add MPLAYER_ prefix to multiple inclusion guards.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego
2008-02-22 09:09:46 +00:00
parent 50899e9083
commit 8efb2fa21c
194 changed files with 589 additions and 618 deletions

View File

@@ -1,5 +1,5 @@
#ifndef TV_H
#define TV_H
#ifndef MPLAYER_TV_H
#define MPLAYER_TV_H
//#include "libao2/afmt.h"
//#include "libmpcodecs/img_format.h"
@@ -344,4 +344,4 @@ typedef struct tt_stream_props_s{
int bufsize; ///< required buffer size
} tt_stream_props;
#endif /* TV_H */
#endif /* MPLAYER_TV_H */