Mercurial > mplayer.hg
changeset 26761:af8f8254a990
Add missing MPLAYER_ prefix to multiple inclusion guards.
author | diego |
---|---|
date | Sat, 17 May 2008 10:12:07 +0000 |
parents | 424b12ccbc7b |
children | 5ebd778d4b4f |
files | libmpcodecs/native/rtjpegn.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/native/rtjpegn.h Fri May 16 23:31:05 2008 +0000 +++ b/libmpcodecs/native/rtjpegn.h Sat May 17 10:12:07 2008 +0000 @@ -21,8 +21,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef RTJPEGN_H -#define RTJPEGN_H +#ifndef MPLAYER_RTJPEGN_H +#define MPLAYER_RTJPEGN_H #include <stdint.h> @@ -58,4 +58,4 @@ extern void RTjpeg_yuvrgb24(__u8 *buf, __u8 *rgb, int stride); extern void RTjpeg_yuvrgb32(__u8 *buf, __u8 *rgb, int stride); -#endif /* RTJPEGN_H */ +#endif /* MPLAYER_RTJPEGN_H */