From 8efb2fa21c81f99b37795621f9ec2bc125c6ced0 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 22 Feb 2008 09:09:46 +0000 Subject: Add MPLAYER_ prefix to multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_avs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libmpdemux/demux_avs.h') diff --git a/libmpdemux/demux_avs.h b/libmpdemux/demux_avs.h index b45f8cc575..49cb1d6131 100644 --- a/libmpdemux/demux_avs.h +++ b/libmpdemux/demux_avs.h @@ -21,8 +21,8 @@ * Boston, MA 02110-1301 USA. */ -#ifndef DEMUX_AVS_H -#define DEMUX_AVS_H +#ifndef MPLAYER_DEMUX_AVS_H +#define MPLAYER_DEMUX_AVS_H enum { AVISYNTH_INTERFACE_VERSION = 2 }; @@ -166,4 +166,4 @@ static inline int avs_bits_per_pixel(const AVS_VideoInfo * p) } } -#endif /* DEMUX_AVS_H */ +#endif /* MPLAYER_DEMUX_AVS_H */ -- cgit v1.2.3