diff libmpcodecs/mp_image.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children 41652035483c
line wrap: on
line diff
--- a/libmpcodecs/mp_image.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/libmpcodecs/mp_image.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef MP_IMAGE_H
-#define MP_IMAGE_H
+#ifndef MPLAYER_MP_IMAGE_H
+#define MPLAYER_MP_IMAGE_H
 
 //--------- codec's requirements (filled by the codec/vf) ---------
 
@@ -228,4 +228,4 @@
 mp_image_t* alloc_mpi(int w, int h, unsigned long int fmt);
 void copy_mpi(mp_image_t *dmpi, mp_image_t *mpi);
 
-#endif /* MP_IMAGE_H */
+#endif /* MPLAYER_MP_IMAGE_H */