diff xvmc.h @ 8843:00c1d62c3852 libavcodec

Update multiple inclusion guards to match filename.
author diego
date Sat, 14 Feb 2009 16:54:53 +0000
parents e4d2897f4bef
children aee8c48ff4b0
line wrap: on
line diff
--- a/xvmc.h	Sat Feb 14 16:53:42 2009 +0000
+++ b/xvmc.h	Sat Feb 14 16:54:53 2009 +0000
@@ -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 <X11/Xlib.h>
 #include <X11/Xutil.h>
@@ -72,4 +72,4 @@
 
 };
 
-#endif /* AVCODEC_XVMC_RENDER_H */
+#endif /* AVCODEC_XVMC_H */