mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user