From 8efb2fa21c81f99b37795621f9ec2bc125c6ced0 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 22 Feb 2008 09:09:46 +0000 Subject: Add MPLAYER_ prefix to multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/aspect.h | 6 +++--- libvo/fastmemcpy.h | 6 +++--- libvo/font_load.h | 6 +++--- libvo/geometry.h | 6 +++--- libvo/gl_common.h | 6 +++--- libvo/gtf.h | 6 +++--- libvo/jpeg_enc.h | 6 +++--- libvo/osd_font.h | 6 +++--- libvo/spuenc.h | 6 +++--- libvo/vesa_lvo.h | 6 +++--- libvo/video_out.h | 6 +++--- libvo/video_out_internal.h | 6 +++--- libvo/videodev_mjpeg.h | 6 +++--- libvo/vo_quartz.h | 6 +++--- libvo/vosub_vidix.h | 6 +++--- libvo/w32_common.h | 6 +++--- libvo/wskeys.h | 6 +++--- libvo/x11_common.h | 7 +++---- 18 files changed, 54 insertions(+), 55 deletions(-) (limited to 'libvo') diff --git a/libvo/aspect.h b/libvo/aspect.h index cc1d0a8802..be5e4a12f8 100644 --- a/libvo/aspect.h +++ b/libvo/aspect.h @@ -1,5 +1,5 @@ -#ifndef ASPECT_H -#define ASPECT_H +#ifndef MPLAYER_ASPECT_H +#define MPLAYER_ASPECT_H /* Stuff for correct aspect scaling. */ extern int vo_panscan_x; @@ -21,4 +21,4 @@ void aspect_save_screenres(int scrw, int scrh); void aspect(int *srcw, int *srch, int zoom); void aspect_fit(int *srcw, int *srch, int fitw, int fith); -#endif /* ASPECT_H */ +#endif /* MPLAYER_ASPECT_H */ diff --git a/libvo/fastmemcpy.h b/libvo/fastmemcpy.h index e09deb4f5b..ae9d2745e1 100644 --- a/libvo/fastmemcpy.h +++ b/libvo/fastmemcpy.h @@ -16,8 +16,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FASTMEMCPY_H -#define FASTMEMCPY_H +#ifndef MPLAYER_FASTMEMCPY_H +#define MPLAYER_FASTMEMCPY_H #include "config.h" #include @@ -105,4 +105,4 @@ static inline void * memcpy_pic2(void * dst, const void * src, return retval; } -#endif /* FASTMEMCPY_H */ +#endif /* MPLAYER_FASTMEMCPY_H */ diff --git a/libvo/font_load.h b/libvo/font_load.h index 2d24e79023..0c7fe42890 100644 --- a/libvo/font_load.h +++ b/libvo/font_load.h @@ -1,5 +1,5 @@ -#ifndef FONT_LOAD_H -#define FONT_LOAD_H +#ifndef MPLAYER_FONT_LOAD_H +#define MPLAYER_FONT_LOAD_H #ifdef HAVE_FREETYPE #include @@ -102,4 +102,4 @@ static int kerning(font_desc_t *desc, int prevc, int c) { return 0; } raw_file* load_raw(char *name,int verbose); font_desc_t* read_font_desc(const char* fname,float factor,int verbose); -#endif /* FONT_LOAD_H */ +#endif /* MPLAYER_FONT_LOAD_H */ diff --git a/libvo/geometry.h b/libvo/geometry.h index da4026a166..50080b3dd0 100644 --- a/libvo/geometry.h +++ b/libvo/geometry.h @@ -1,10 +1,10 @@ /* This file (C) Mark Zealey @@ -45,4 +45,4 @@ typedef struct { void GTF_calcTimings(double X,double Y,double freq, int type, int want_margins, int want_interlace,struct VesaCRTCInfoBlock *result); -#endif /* GTF_H */ +#endif /* MPLAYER_GTF_H */ diff --git a/libvo/jpeg_enc.h b/libvo/jpeg_enc.h index 923b431a9b..b518fb4bbf 100644 --- a/libvo/jpeg_enc.h +++ b/libvo/jpeg_enc.h @@ -22,8 +22,8 @@ * http://www.ece.purdue.edu/~bourman/grad-labs/lab8/pdf/lab.pdf */ -#ifndef JPEG_ENC_H -#define JPEG_ENC_H +#ifndef MPLAYER_JPEG_ENC_H +#define MPLAYER_JPEG_ENC_H typedef struct { struct MpegEncContext *s; @@ -46,4 +46,4 @@ int jpeg_enc_frame(jpeg_enc_t *j, unsigned char *y_data, void jpeg_enc_uninit(jpeg_enc_t *j); -#endif /* JPEG_ENC_H */ +#endif /* MPLAYER_JPEG_ENC_H */ diff --git a/libvo/osd_font.h b/libvo/osd_font.h index 1ba24e9056..99d162060c 100644 --- a/libvo/osd_font.h +++ b/libvo/osd_font.h @@ -1,5 +1,5 @@ -#ifndef OSD_FONT_H -#define OSD_FONT_H +#ifndef MPLAYER_OSD_FONT_H +#define MPLAYER_OSD_FONT_H const unsigned char osd_font_pfb[] = { 0x80,0x01,0x02,0x17,0x00,0x00,0x25,0x21,0x50,0x53,0x2d,0x41,0x64,0x6f,0x62,0x65, @@ -524,4 +524,4 @@ const unsigned char osd_font_pfb[] = { 0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x0a, 0x80,0x03,}; -#endif /* OSD_FONT_H */ +#endif /* MPLAYER_OSD_FONT_H */ diff --git a/libvo/spuenc.h b/libvo/spuenc.h index 40692fbfab..3fb3e62e2d 100644 --- a/libvo/spuenc.h +++ b/libvo/spuenc.h @@ -19,8 +19,8 @@ * */ -#ifndef SPUENC_H -#define SPUENC_H +#ifndef MPLAYER_SPUENC_H +#define MPLAYER_SPUENC_H #include #define DATASIZE 53220 @@ -42,4 +42,4 @@ typedef struct { void pixbuf_encode_rle(int x, int y, int w, int h, char *inbuf, int stride, encodedata *ed); void pixbuf_delete(pixbuf* pb); -#endif /* SPUENC_H */ +#endif /* MPLAYER_SPUENC_H */ diff --git a/libvo/vesa_lvo.h b/libvo/vesa_lvo.h index 4a4550c417..51cecbc158 100644 --- a/libvo/vesa_lvo.h +++ b/libvo/vesa_lvo.h @@ -9,8 +9,8 @@ * This file contains vo_vesa interface to Linux Video Overlay. */ -#ifndef VESA_LVO_H -#define VESA_LVO_H +#ifndef MPLAYER_VESA_LVO_H +#define MPLAYER_VESA_LVO_H int vlvo_preinit(const char *drvname); int vlvo_init(unsigned src_width,unsigned src_height, @@ -24,4 +24,4 @@ uint32_t vlvo_draw_frame(uint8_t *src[]); void vlvo_flip_page(void); void vlvo_draw_osd(void); -#endif /* VESA_LVO_H */ +#endif /* MPLAYER_VESA_LVO_H */ diff --git a/libvo/video_out.h b/libvo/video_out.h index 958689fc08..48799c484d 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -7,8 +7,8 @@ * */ -#ifndef VIDEO_OUT_H -#define VIDEO_OUT_H +#ifndef MPLAYER_VIDEO_OUT_H +#define MPLAYER_VIDEO_OUT_H #include #include @@ -255,4 +255,4 @@ extern char *monitor_dotclock_str; #endif /* defined(HAVE_FBDEV) || defined(HAVE_VESA) */ -#endif /* VIDEO_OUT_H */ +#endif /* MPLAYER_VIDEO_OUT_H */ diff --git a/libvo/video_out_internal.h b/libvo/video_out_internal.h index 5d51909b95..53fd286957 100644 --- a/libvo/video_out_internal.h +++ b/libvo/video_out_internal.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef VIDEO_OUT_INTERNAL_H -#define VIDEO_OUT_INTERNAL_H +#ifndef MPLAYER_VIDEO_OUT_INTERNAL_H +#define MPLAYER_VIDEO_OUT_INTERNAL_H /* All video drivers will want this */ #include "libmpcodecs/vfcap.h" @@ -57,4 +57,4 @@ static int preinit(const char *); #include "osd.h" -#endif /* VIDEO_OUT_INTERNAL_H */ +#endif /* MPLAYER_VIDEO_OUT_INTERNAL_H */ diff --git a/libvo/videodev_mjpeg.h b/libvo/videodev_mjpeg.h index 9f8c30234c..752eeb104d 100644 --- a/libvo/videodev_mjpeg.h +++ b/libvo/videodev_mjpeg.h @@ -3,8 +3,8 @@ */ -#ifndef VIDEODEV_MJPEG_H -#define VIDEODEV_MJPEG_H +#ifndef MPLAYER_VIDEODEV_MJPEG_H +#define MPLAYER_VIDEODEV_MJPEG_H /* This is identical with the mgavideo internal params struct, please tell me if you change this struct here ! #include @@ -123,4 +122,4 @@ void update_xinerama_info(void); int vo_find_depth_from_visuals(Display *dpy, int screen, Visual **visual_return); -#endif /* X11_COMMON_H */ +#endif /* MPLAYER_X11_COMMON_H */ -- cgit v1.2.3