From af28efa272f7d0b543db9c55fc28d61aa8da25d5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 14 Feb 2009 16:54:53 +0000 Subject: Update multiple inclusion guards to match filename. Originally committed as revision 17242 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xvmc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/xvmc.h') diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 9af5bc3bae..78e865a6da 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVCODEC_XVMC_RENDER_H -#define AVCODEC_XVMC_RENDER_H +#ifndef AVCODEC_XVMC_H +#define AVCODEC_XVMC_H #include #include @@ -72,4 +72,4 @@ struct xvmc_render_state { }; -#endif /* AVCODEC_XVMC_RENDER_H */ +#endif /* AVCODEC_XVMC_H */ -- cgit v1.2.3