Add missing MPLAYER_ prefix to multiple inclusion guards.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26793 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-17 10:12:07 +00:00
parent 3ea9517367
commit e53887b234
1 changed files with 3 additions and 3 deletions

View File

@ -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 */