Mercurial > mplayer.hg
diff libmpcodecs/pullup.h @ 26029:4129c8cfa742
Add MPLAYER_ prefix to multiple inclusion guards.
| author | diego |
|---|---|
| date | Fri, 22 Feb 2008 09:09:46 +0000 |
| parents | 6ac1ece1f9fe |
| children | bbb6ebec87a0 |
line wrap: on
line diff
--- a/libmpcodecs/pullup.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/pullup.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef PULLUP_H -#define PULLUP_H +#ifndef MPLAYER_PULLUP_H +#define MPLAYER_PULLUP_H #define PULLUP_CPU_MMX 1 #define PULLUP_CPU_MMX2 2 @@ -81,4 +81,4 @@ void pullup_init_context(struct pullup_context *c); void pullup_free_context(struct pullup_context *c); -#endif /* PULLUP_H */ +#endif /* MPLAYER_PULLUP_H */
