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:
@@ -5,8 +5,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef DVBIN_H
|
||||
#define DVBIN_H
|
||||
#ifndef MPLAYER_DVBIN_H
|
||||
#define MPLAYER_DVBIN_H
|
||||
|
||||
#include "stream.h"
|
||||
|
||||
@@ -113,4 +113,4 @@ extern int dvb_set_channel(stream_t *, int, int);
|
||||
extern dvb_config_t *dvb_get_config(void);
|
||||
extern void dvb_free_config(dvb_config_t *config);
|
||||
|
||||
#endif /* DVBIN_H */
|
||||
#endif /* MPLAYER_DVBIN_H */
|
||||
|
||||
Reference in New Issue
Block a user