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 --- libaf/window.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libaf/window.h') diff --git a/libaf/window.h b/libaf/window.h index 6e18414ba3..b45f6e097e 100644 --- a/libaf/window.h +++ b/libaf/window.h @@ -15,12 +15,12 @@ coefficients will be stored. */ -#if !defined DSP_H +#if !defined MPLAYER_DSP_H # error "Never use directly; include instead" #endif -#ifndef WINDOW_H -#define WINDOW_H +#ifndef MPLAYER_WINDOW_H +#define MPLAYER_WINDOW_H extern void af_window_boxcar(int n, _ftype_t* w); extern void af_window_triang(int n, _ftype_t* w); @@ -30,4 +30,4 @@ extern void af_window_blackman(int n,_ftype_t* w); extern void af_window_flattop(int n,_ftype_t* w); extern void af_window_kaiser(int n, _ftype_t* w,_ftype_t b); -#endif /* WINDOW_H */ +#endif /* MPLAYER_WINDOW_H */ -- cgit v1.2.3