diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-17 10:12:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-17 10:12:07 +0000 |
commit | e53887b234691a6f29377a12861710d3040ccf2a (patch) | |
tree | 1143d318e0b002354a5ac6c0b1746f3a91687ffd /libmpcodecs | |
parent | 3ea9517367737804bdce10cea1206f56eeb0b868 (diff) |
Add missing MPLAYER_ prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26793 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r-- | libmpcodecs/native/rtjpegn.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpcodecs/native/rtjpegn.h b/libmpcodecs/native/rtjpegn.h index 21bd939311..a854818e2f 100644 --- a/libmpcodecs/native/rtjpegn.h +++ b/libmpcodecs/native/rtjpegn.h @@ -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_yuvrgb16(__u8 *buf, __u8 *rgb, int stride); 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 */ |