# HG changeset patch # User diego # Date 1203671386 0 # Node ID 4129c8cfa742ac85257e8a8d85dea0b91452aa12 # Parent afd429e0018443b6130061425c62b748bf7168e6 Add MPLAYER_ prefix to multiple inclusion guards. diff -r afd429e00184 -r 4129c8cfa742 access_mpcontext.h --- a/access_mpcontext.h Fri Feb 22 08:08:19 2008 +0000 +++ b/access_mpcontext.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef ACCESS_MPCONTEXT_H -#define ACCESS_MPCONTEXT_H +#ifndef MPLAYER_ACCESS_MPCONTEXT_H +#define MPLAYER_ACCESS_MPCONTEXT_H struct MPContext; const void *mpctx_get_video_out(struct MPContext *mpctx); @@ -10,4 +10,4 @@ int mpctx_get_global_sub_size(struct MPContext *mpctx); int mpctx_get_osd_function(struct MPContext *mpctx); -#endif /* ACCESS_MPCONTEXT_H */ +#endif /* MPLAYER_ACCESS_MPCONTEXT_H */ diff -r afd429e00184 -r 4129c8cfa742 asxparser.h --- a/asxparser.h Fri Feb 22 08:08:19 2008 +0000 +++ b/asxparser.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef ASXPARSER_H -#define ASXPARSER_H +#ifndef MPLAYER_ASXPARSER_H +#define MPLAYER_ASXPARSER_H typedef struct ASX_Parser_t ASX_Parser_t; @@ -49,4 +49,4 @@ void asx_list_free(void* list_ptr,ASX_FreeFunc free_func); -#endif /* ASXPARSER_H */ +#endif /* MPLAYER_ASXPARSER_H */ diff -r afd429e00184 -r 4129c8cfa742 cfg-mencoder.h --- a/cfg-mencoder.h Fri Feb 22 08:08:19 2008 +0000 +++ b/cfg-mencoder.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef CFG_MENCODER_H -#define CFG_MENCODER_H +#ifndef MPLAYER_CFG_MENCODER_H +#define MPLAYER_CFG_MENCODER_H /* * config for cfgparser @@ -268,4 +268,4 @@ {NULL, NULL, 0, 0, 0, 0, NULL} }; -#endif /* CFG_MENCODER.H */ +#endif /* MPLAYER_CFG_MENCODER_H */ diff -r afd429e00184 -r 4129c8cfa742 cfg-mplayer.h --- a/cfg-mplayer.h Fri Feb 22 08:08:19 2008 +0000 +++ b/cfg-mplayer.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef CFG_MPLAYER_H -#define CFG_MPLAYER_H +#ifndef MPLAYER_CFG_MPLAYER_H +#define MPLAYER_CFG_MPLAYER_H /* * config for cfgparser @@ -368,5 +368,5 @@ {NULL, NULL, 0, 0, 0, 0, NULL} }; -#endif /* CFG_MPLAYER_H */ +#endif /* MPLAYER_CFG_MPLAYER_H */ diff -r afd429e00184 -r 4129c8cfa742 codec-cfg.h --- a/codec-cfg.h Fri Feb 22 08:08:19 2008 +0000 +++ b/codec-cfg.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef CODEC_CFG_H -#define CODEC_CFG_H +#ifndef MPLAYER_CODEC_CFG_H +#define MPLAYER_CODEC_CFG_H #define CODEC_CFG_MIN 20070407 @@ -73,4 +73,4 @@ void stringset_add(stringset_t *set, const char *str); int stringset_test(stringset_t *set, const char *str); -#endif /* CODEC_CFG_H */ +#endif /* MPLAYER_CODEC_CFG_H */ diff -r afd429e00184 -r 4129c8cfa742 command.h --- a/command.h Fri Feb 22 08:08:19 2008 +0000 +++ b/command.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,8 +1,8 @@ -#ifndef COMMAND_H -#define COMMAND_H +#ifndef MPLAYER_COMMAND_H +#define MPLAYER_COMMAND_H int run_command(struct MPContext *mpctx, mp_cmd_t *cmd); char *property_expand_string(struct MPContext *mpctx, char *str); void property_print_help(void); -#endif /* COMMAND_H */ +#endif /* MPLAYER_COMMAND_H */ diff -r afd429e00184 -r 4129c8cfa742 cpudetect.h --- a/cpudetect.h Fri Feb 22 08:08:19 2008 +0000 +++ b/cpudetect.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef CPUDETECT_H -#define CPUDETECT_H +#ifndef MPLAYER_CPUDETECT_H +#define MPLAYER_CPUDETECT_H #define CPUTYPE_I386 3 #define CPUTYPE_I486 4 @@ -57,4 +57,4 @@ /* returned value is malloc()'ed so free() it after use */ char *GetCpuFriendlyName(unsigned int regs[], unsigned int regs2[]); -#endif /* CPUDETECT_H */ +#endif /* MPLAYER_CPUDETECT_H */ diff -r afd429e00184 -r 4129c8cfa742 cputable.h --- a/cputable.h Fri Feb 22 08:08:19 2008 +0000 +++ b/cputable.h Fri Feb 22 09:09:46 2008 +0000 @@ -4,8 +4,8 @@ * Family F codenames owe much thanks to Neil Phillips, author of x86test. */ -#ifndef CPUTABLE_H -#define CPUTABLE_H +#ifndef MPLAYER_CPUTABLE_H +#define MPLAYER_CPUTABLE_H #define MAX_VENDORS 8 /* Number of CPU Vendors */ @@ -529,4 +529,4 @@ {"GenuineTMx86","Transmeta"} }; -#endif /* CPUTABLE_H */ +#endif /* MPLAYER_CPUTABLE_H */ diff -r afd429e00184 -r 4129c8cfa742 drivers/generic_math.h --- a/drivers/generic_math.h Fri Feb 22 08:08:19 2008 +0000 +++ b/drivers/generic_math.h Fri Feb 22 09:09:46 2008 +0000 @@ -19,8 +19,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef GENERIC_MATH_H -#define GENERIC_MATH_H +#ifndef MPLAYER_GENERIC_MATH_H +#define MPLAYER_GENERIC_MATH_H typedef struct gen_sincos { @@ -269,4 +269,4 @@ #undef cos #define cos(x) gen_cos(x) -#endif /* GENERIC_MATH_H */ +#endif /* MPLAYER_GENERIC_MATH_H */ diff -r afd429e00184 -r 4129c8cfa742 drivers/mga_vid.h --- a/drivers/mga_vid.h Fri Feb 22 08:08:19 2008 +0000 +++ b/drivers/mga_vid.h Fri Feb 22 09:09:46 2008 +0000 @@ -21,8 +21,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MGA_VID_H -#define MGA_VID_H +#ifndef MPLAYER_MGA_VID_H +#define MPLAYER_MGA_VID_H typedef struct mga_vid_config_s { @@ -65,4 +65,4 @@ #define MGA_VID_VERSION 0x0201 -#endif /* MGA_VID_H */ +#endif /* MPLAYER_MGA_VID_H */ diff -r afd429e00184 -r 4129c8cfa742 drivers/radeon.h --- a/drivers/radeon.h Fri Feb 22 08:08:19 2008 +0000 +++ b/drivers/radeon.h Fri Feb 22 09:09:46 2008 +0000 @@ -20,8 +20,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef RADEON_H -#define RADEON_H +#ifndef MPLAYER_RADEON_H +#define MPLAYER_RADEON_H /* radeon PCI ids */ @@ -2055,4 +2055,4 @@ /* End of field default values. */ -#endif /* RADEON_H */ +#endif /* MPLAYER_RADEON_H */ diff -r afd429e00184 -r 4129c8cfa742 drivers/radeon_vid.h --- a/drivers/radeon_vid.h Fri Feb 22 08:08:19 2008 +0000 +++ b/drivers/radeon_vid.h Fri Feb 22 09:09:46 2008 +0000 @@ -22,8 +22,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef RADEON_VID_H -#define RADEON_VID_H +#ifndef MPLAYER_RADEON_VID_H +#define MPLAYER_RADEON_VID_H typedef struct mga_vid_config_s { @@ -123,4 +123,4 @@ #define MGA_VID_VERSION 0x0201 -#endif /* RADEON_VID_H */ +#endif /* MPLAYER_RADEON_VID_H */ diff -r afd429e00184 -r 4129c8cfa742 drivers/tdfx_vid.h --- a/drivers/tdfx_vid.h Fri Feb 22 08:08:19 2008 +0000 +++ b/drivers/tdfx_vid.h Fri Feb 22 09:09:46 2008 +0000 @@ -18,8 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef TDFX_VID_H -#define TDFX_VID_H +#ifndef MPLAYER_TDFX_VID_H +#define MPLAYER_TDFX_VID_H #define TDFX_VID_VERSION 1 @@ -125,4 +125,4 @@ #define TDFX_VID_OVERLAY_ON _IO ('J', 8) #define TDFX_VID_OVERLAY_OFF _IO ('J', 9) -#endif /* TDFX_VID_H */ +#endif /* MPLAYER_TDFX_VID_H */ diff -r afd429e00184 -r 4129c8cfa742 edl.h --- a/edl.h Fri Feb 22 08:08:19 2008 +0000 +++ b/edl.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,7 +1,7 @@ // EDL version 0.6 -#ifndef EDL_H -#define EDL_H +#ifndef MPLAYER_EDL_H +#define MPLAYER_EDL_H #define EDL_SKIP 0 #define EDL_MUTE 1 @@ -26,4 +26,4 @@ void free_edl(edl_record_ptr next_edl_record); // free's entire EDL list. edl_record_ptr edl_parse_file(void); // fills EDL stack -#endif /* EDL_H */ +#endif /* MPLAYER_EDL_H */ diff -r afd429e00184 -r 4129c8cfa742 fmt-conversion.h --- a/fmt-conversion.h Fri Feb 22 08:08:19 2008 +0000 +++ b/fmt-conversion.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef FMT_CONVERSION_H -#define FMT_CONVERSION_H +#ifndef MPLAYER_FMT_CONVERSION_H +#define MPLAYER_FMT_CONVERSION_H #ifdef USE_LIBAVUTIL_SO #include @@ -73,4 +73,4 @@ return PIX_FMT_NONE; } -#endif /* FMT_CONVERSION_H */ +#endif /* MPLAYER_FMT_CONVERSION_H */ diff -r afd429e00184 -r 4129c8cfa742 get_path.h --- a/get_path.h Fri Feb 22 08:08:19 2008 +0000 +++ b/get_path.h Fri Feb 22 09:09:46 2008 +0000 @@ -18,10 +18,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef GET_PATH_H -#define GET_PATH_H +#ifndef MPLAYER_GET_PATH_H +#define MPLAYER_GET_PATH_H char *get_path(const char *filename); void set_path_env(); -#endif /* GET_PATH_H */ +#endif /* MPLAYER_GET_PATH_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/app.h --- a/gui/app.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/app.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_APP_H -#define GUI_APP_H +#ifndef MPLAYER_GUI_APP_H +#define MPLAYER_GUI_APP_H #include "bitmap.h" #include "wm/ws.h" @@ -184,4 +183,4 @@ extern float btnGetValue( int event ); extern void btnSet( int event,int set ); -#endif /* GUI_APP_H */ +#endif /* MPLAYER_GUI_APP_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/bitmap.h --- a/gui/bitmap.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/bitmap.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef GUI_BITMAP_H -#define GUI_BITMAP_H +#ifndef MPLAYER_GUI_BITMAP_H +#define MPLAYER_GUI_BITMAP_H typedef struct txSample { @@ -13,4 +13,4 @@ int bpRead( char * fname, txSample * bf ); void Convert32to1( txSample * in,txSample * out,int adaptivlimit ); -#endif /* GUI_BITMAP_H */ +#endif /* MPLAYER_GUI_BITMAP_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/cfg.h --- a/gui/cfg.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/cfg.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_CFG_H -#define GUI_CFG_H +#ifndef MPLAYER_GUI_CFG_H +#define MPLAYER_GUI_CFG_H extern int gtkEnableAudioEqualizer; @@ -59,4 +58,4 @@ extern int cfg_read( void ); extern int cfg_write( void ); -#endif /* GUI_CFG_H */ +#endif /* MPLAYER_GUI_CFG_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/interface.h --- a/gui/interface.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/interface.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_INTERFACE_H -#define GUI_INTERFACE_H +#ifndef MPLAYER_GUI_INTERFACE_H +#define MPLAYER_GUI_INTERFACE_H #include "../config.h" #include "mplayer/play.h" @@ -223,4 +222,4 @@ sprintf( s,"%s/%s",d,n ); \ } -#endif /* GUI_INTERFACE_H */ +#endif /* MPLAYER_GUI_INTERFACE_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gmplayer.h --- a/gui/mplayer/gmplayer.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gmplayer.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_GMPLAYER_H -#define GUI_GMPLAYER_H +#ifndef MPLAYER_GUI_GMPLAYER_H +#define MPLAYER_GUI_GMPLAYER_H extern int mplSubRender; extern int mplMainRender; @@ -31,4 +30,4 @@ extern void mplPBInit( void ); extern void mplPBShow( int x, int y ); -#endif /* GUI_GMPLAYER_H */ +#endif /* MPLAYER_GUI_GMPLAYER_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gtk/about.h --- a/gui/mplayer/gtk/about.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gtk/about.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_ABOUT_H -#define GUI_ABOUT_H +#ifndef MPLAYER_GUI_ABOUT_H +#define MPLAYER_GUI_ABOUT_H #include @@ -9,4 +8,4 @@ extern GtkWidget * create_About( void ); extern void ShowAboutBox( void ); -#endif /* GUI_ABOUT_H */ +#endif /* MPLAYER_GUI_ABOUT_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gtk/eq.h --- a/gui/mplayer/gtk/eq.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gtk/eq.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_EQ_H -#define GUI_EQ_H +#ifndef MPLAYER_GUI_EQ_H +#define MPLAYER_GUI_EQ_H #include @@ -9,4 +8,4 @@ extern GtkWidget * create_Equalizer( void ); extern void ShowEqualizer( void ); -#endif /* GUI_EQ_H */ +#endif /* MPLAYER_GUI_EQ_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gtk/fs.h --- a/gui/mplayer/gtk/fs.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gtk/fs.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef GUI_FS_H -#define GUI_FS_H +#ifndef MPLAYER_GUI_FS_H +#define MPLAYER_GUI_FS_H #include @@ -18,4 +18,4 @@ extern GtkWidget * create_FileSelect( void ); -#endif /* GUI_FS_H */ +#endif /* MPLAYER_GUI_FS_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gtk/gtk_common.h --- a/gui/mplayer/gtk/gtk_common.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gtk/gtk_common.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_GTK_COMMON_H -#define GUI_GTK_COMMON_H +#ifndef MPLAYER_GUI_GTK_COMMON_H +#define MPLAYER_GUI_GTK_COMMON_H #include #include @@ -21,4 +20,4 @@ extern GtkWidget * AddComboBox( GtkWidget * parent ); extern void WidgetDestroy( GtkWidget * widget,GtkWidget ** widget_pointer ); -#endif /* GUI_GTK_COMMON_H */ +#endif /* MPLAYER_GUI_GTK_COMMON_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gtk/mb.h --- a/gui/mplayer/gtk/mb.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gtk/mb.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_MB_H -#define GUI_MB_H +#ifndef MPLAYER_GUI_MB_H +#define MPLAYER_GUI_MB_H #include @@ -9,4 +8,4 @@ extern GtkWidget * create_MessageBox( int type ); extern void ShowMessageBox( const char * msg ); -#endif /* GUI_MB_H */ +#endif /* MPLAYER_GUI_MB_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gtk/menu.h --- a/gui/mplayer/gtk/menu.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gtk/menu.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef GUI_MENU_H -#define GUI_MENU_H +#ifndef MPLAYER_GUI_MENU_H +#define MPLAYER_GUI_MENU_H #include @@ -10,4 +10,4 @@ extern GtkWidget * AddSeparator( GtkWidget * Menu ); extern GtkWidget * create_PopUpMenu( void ); -#endif /* GUI_MENU_H */ +#endif /* MPLAYER_GUI_MENU_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gtk/opts.h --- a/gui/mplayer/gtk/opts.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gtk/opts.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_OPTS_H -#define GUI_OPTS_H +#ifndef MPLAYER_GUI_OPTS_H +#define MPLAYER_GUI_OPTS_H #include @@ -13,4 +12,4 @@ extern void ShowPreferences( void ); -#endif /* GUI_OPTS_H */ +#endif /* MPLAYER_GUI_OPTS_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gtk/pl.h --- a/gui/mplayer/gtk/pl.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gtk/pl.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_PL_H -#define GUI_PL_H +#ifndef MPLAYER_GUI_PL_H +#define MPLAYER_GUI_PL_H #include @@ -9,4 +8,4 @@ extern GtkWidget * create_PlayList (void); -#endif /* GUI_PL_H */ +#endif /* MPLAYER_GUI_PL_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gtk/sb.h --- a/gui/mplayer/gtk/sb.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gtk/sb.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef GUI_SB_H -#define GUI_SB_H +#ifndef MPLAYER_GUI_SB_H +#define MPLAYER_GUI_SB_H #include @@ -9,4 +9,4 @@ extern void ShowSkinBrowser( void ); extern GtkWidget * create_SkinBrowser( void ); -#endif /* GUI_SB_H */ +#endif /* MPLAYER_GUI_SB_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gtk/url.h --- a/gui/mplayer/gtk/url.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gtk/url.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_URL_H -#define GUI_URL_H +#ifndef MPLAYER_GUI_URL_H +#define MPLAYER_GUI_URL_H extern GtkWidget * URL; extern int gtkVURLDialogBox; @@ -8,4 +7,4 @@ extern void ShowURLDialogBox( void ); extern GtkWidget * create_URL( void ); -#endif /* GUI_URL_H */ +#endif /* MPLAYER_GUI_URL_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/gui_common.h --- a/gui/mplayer/gui_common.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/gui_common.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_GUI_COMMON_H -#define GUI_GUI_COMMON_H +#ifndef MPLAYER_GUI_GUI_COMMON_H +#define MPLAYER_GUI_GUI_COMMON_H #include #include @@ -18,4 +17,4 @@ extern void SimplePotmeterPutImage( txSample * bf,int x,int y,float frac ); extern void Render( wsTWindow * window,wItem * Items,int nrItems,char * db,int size ); -#endif /* GUI_GUI_COMMON_H */ +#endif /* MPLAYER_GUI_GUI_COMMON_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/play.h --- a/gui/mplayer/play.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/play.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_PLAY_H -#define GUI_PLAY_H +#ifndef MPLAYER_GUI_PLAY_H +#define MPLAYER_GUI_PLAY_H #include "../config.h" @@ -31,4 +30,4 @@ extern void mplSetFileName( char * dir,char * name,int type ); -#endif /* GUI_PLAY_H */ +#endif /* MPLAYER_GUI_PLAY_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/mplayer/widgets.h --- a/gui/mplayer/widgets.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/mplayer/widgets.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_WIDGETS_H -#define GUI_WIDGETS_H +#ifndef MPLAYER_GUI_WIDGETS_H +#define MPLAYER_GUI_WIDGETS_H #include #include @@ -60,4 +59,4 @@ extern void gtkSetLayer( GtkWidget * wdg ); extern void gtkActive( GtkWidget * wdg ); -#endif /* GUI_WIDGETS_H */ +#endif /* MPLAYER_GUI_WIDGETS_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/skin/cut.h --- a/gui/skin/cut.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/skin/cut.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,10 +1,9 @@ - -#ifndef GUI_CUT_H -#define GUI_CUT_H +#ifndef MPLAYER_GUI_CUT_H +#define MPLAYER_GUI_CUT_H extern void cutItem( char * in,char * out,char sep,int num ); extern int cutItemToInt( char * in,char sep,int num ); extern float cutItemToFloat( char * in,char sep,int num ); extern void cutChunk( char * in,char * s1 ); -#endif /* GUI_CUT_H */ +#endif /* MPLAYER_GUI_CUT_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/skin/font.h --- a/gui/skin/font.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/skin/font.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_FONT_H -#define GUI_FONT_H +#ifndef MPLAYER_GUI_FONT_H +#define MPLAYER_GUI_FONT_H #include "bitmap.h" #include "app.h" @@ -34,4 +33,4 @@ extern int fntRead( char * path,char * fname ); extern txSample * fntRender( wItem * item,int px,const char * fmt,... ); -#endif /* GUI_FONT_H */ +#endif /* MPLAYER_GUI_FONT_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/skin/skin.h --- a/gui/skin/skin.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/skin/skin.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_SKIN_H -#define GUI_SKIN_H +#ifndef MPLAYER_GUI_SKIN_H +#define MPLAYER_GUI_SKIN_H #include "app.h" @@ -15,4 +14,4 @@ extern char * strswap( char * in,char what,char whereof ); extern char * trim( char * in ); -#endif /* GUI_SKIN_H */ +#endif /* MPLAYER_GUI_SKIN_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/win32/dialogs.h --- a/gui/win32/dialogs.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/win32/dialogs.h Fri Feb 22 09:09:46 2008 +0000 @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef GUI_DIALOGS_H -#define GUI_DIALOGS_H +#ifndef MPLAYER_GUI_DIALOGS_H +#define MPLAYER_GUI_DIALOGS_H #define TBS_TOOLTIPS 0x0100 #define WM_SYSTRAY (WM_USER+1) @@ -131,4 +131,4 @@ #define GTK_MB_WARNING 0x4 #define GTK_MB_SIMPLE 0x8 -#endif /* GUI_DIALOGS_H */ +#endif /* MPLAYER_GUI_DIALOGS_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/win32/gui.h --- a/gui/win32/gui.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/win32/gui.h Fri Feb 22 09:09:46 2008 +0000 @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef GUI_GUI_H -#define GUI_GUI_H +#ifndef MPLAYER_GUI_GUI_H +#define MPLAYER_GUI_GUI_H #include "config.h" #include "mplayer.h" @@ -117,4 +117,4 @@ extern void display_prefswindow(gui_t *gui); extern void display_opensubtitlewindow(gui_t *gui); -#endif /* GUI_GUI_H */ +#endif /* MPLAYER_GUI_GUI_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/win32/playlist.h --- a/gui/win32/playlist.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/win32/playlist.h Fri Feb 22 09:09:46 2008 +0000 @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef GUI_PLAYLIST_H -#define GUI_PLAYLIST_H +#ifndef MPLAYER_GUI_PLAYLIST_H +#define MPLAYER_GUI_PLAYLIST_H typedef struct { @@ -56,4 +56,4 @@ extern playlist_t *create_playlist(void); extern BOOL adddirtoplaylist(playlist_t *playlist, const char* path, BOOL recursive); -#endif /* GUI_PLAYLIST_H */ +#endif /* MPLAYER_GUI_PLAYLIST_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/win32/skinload.h --- a/gui/win32/skinload.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/win32/skinload.h Fri Feb 22 09:09:46 2008 +0000 @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef GUI_SKINLOAD_H -#define GUI_SKINLOAD_H +#ifndef MPLAYER_GUI_SKINLOAD_H +#define MPLAYER_GUI_SKINLOAD_H typedef struct { @@ -212,4 +212,4 @@ #define evShowWindow 7004 #define evFirstLoad 7005 -#endif /* GUI_SKINLOAD_H */ +#endif /* MPLAYER_GUI_SKINLOAD_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/win32/wincfg.h --- a/gui/win32/wincfg.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/win32/wincfg.h Fri Feb 22 09:09:46 2008 +0000 @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef GUI_WINCFG_H -#define GUI_WINCFG_H +#ifndef MPLAYER_GUI_WINCFG_H +#define MPLAYER_GUI_WINCFG_H extern char *skinName; extern int sub_window; @@ -37,4 +37,4 @@ extern int cfg_read(void); extern int cfg_write(void); -#endif /* GUI_WINCFG_H */ +#endif /* MPLAYER_GUI_WINCFG_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/wm/ws.h --- a/gui/wm/ws.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/wm/ws.h Fri Feb 22 09:09:46 2008 +0000 @@ -4,8 +4,8 @@ // Writed by pontscho / fresh!mindworkz // ---------------------------------------------------------------------------------------------- -#ifndef GUI_WS_H -#define GUI_WS_H +#ifndef MPLAYER_GUI_WS_H +#define MPLAYER_GUI_WS_H #include #include @@ -257,4 +257,4 @@ #define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( (X) > (tX) )&&( (Y) > (tY) )&&( (X) < (bX) )&&( (Y) < (bY) ) ) -#endif /* GUI_WS_H */ +#endif /* MPLAYER_GUI_WS_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/wm/wskeys.h --- a/gui/wm/wskeys.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/wm/wskeys.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_WSKEYS_H -#define GUI_WSKEYS_H +#ifndef MPLAYER_GUI_WSKEYS_H +#define MPLAYER_GUI_WSKEYS_H #define wsKeyNone -1 @@ -161,4 +160,4 @@ extern const TwsKeyNames wsKeyNames[ wsKeyNumber ]; -#endif /* GUI_WSKEYS_H */ +#endif /* MPLAYER_GUI_WSKEYS_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/wm/wsmkeys.h --- a/gui/wm/wsmkeys.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/wm/wsmkeys.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef GUI_WSMKEYS_H -#define GUI_WSMKEYS_H +#ifndef MPLAYER_GUI_WSMKEYS_H +#define MPLAYER_GUI_WSMKEYS_H #include "wskeys.h" @@ -65,4 +65,4 @@ { wsKeyNone, "None" } }; -#endif /* GUI_WSMKEYS_H */ +#endif /* MPLAYER_GUI_WSMKEYS_H */ diff -r afd429e00184 -r 4129c8cfa742 gui/wm/wsxdnd.h --- a/gui/wm/wsxdnd.h Fri Feb 22 08:08:19 2008 +0000 +++ b/gui/wm/wsxdnd.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef GUI_WSXDND_H -#define GUI_WSXDND_H +#ifndef MPLAYER_GUI_WSXDND_H +#define MPLAYER_GUI_WSXDND_H void wsXDNDInitialize(void); @@ -50,4 +49,4 @@ /* XdndFinished */ #define XDND_FINISHED_TARGET_WIN(e) ((e)->xclient.data.l[0]) -#endif /* GUI_WSXDND_H */ +#endif /* MPLAYER_GUI_WSXDND_H */ diff -r afd429e00184 -r 4129c8cfa742 input/ar.h --- a/input/ar.h Fri Feb 22 08:08:19 2008 +0000 +++ b/input/ar.h Fri Feb 22 09:09:46 2008 +0000 @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef INPUT_AR_H -#define INPUT_AR_H +#ifndef MPLAYER_AR_H +#define MPLAYER_AR_H #define AR_BASE 0x500 #define AR_PLAY (AR_BASE + 0) @@ -39,4 +39,4 @@ int mp_input_ar_read(int fd); void mp_input_ar_close(int fd); -#endif /* INPUT_AR_H */ +#endif /* MPLAYER_AR_H */ diff -r afd429e00184 -r 4129c8cfa742 input/input.h --- a/input/input.h Fri Feb 22 08:08:19 2008 +0000 +++ b/input/input.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef INPUT_H -#define INPUT_H +#ifndef MPLAYER_INPUT_H +#define MPLAYER_INPUT_H // All command IDs #define MP_CMD_SEEK 0 @@ -302,4 +302,4 @@ extern int async_quit_request; -#endif /* INPUT_H */ +#endif /* MPLAYER_INPUT_H */ diff -r afd429e00184 -r 4129c8cfa742 input/joystick.h --- a/input/joystick.h Fri Feb 22 08:08:19 2008 +0000 +++ b/input/joystick.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef JOYSTICK_H -#define JOYSTICK_H +#ifndef MPLAYER_JOYSTICK_H +#define MPLAYER_JOYSTICK_H #define JOY_BASE (0x100+128) #define JOY_AXIS0_PLUS (JOY_BASE+0) @@ -39,4 +39,4 @@ int mp_input_joystick_read(int fd); -#endif /* JOYSTICK_H */ +#endif /* MPLAYER_JOYSTICK_H */ diff -r afd429e00184 -r 4129c8cfa742 input/lirc.h --- a/input/lirc.h Fri Feb 22 08:08:19 2008 +0000 +++ b/input/lirc.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef LIRC_H -#define LIRC_H +#ifndef MPLAYER_LIRC_H +#define MPLAYER_LIRC_H int mp_input_lirc_init(void); @@ -10,4 +10,4 @@ void mp_input_lirc_close(int fd); -#endif /* LIRC_H */ +#endif /* MPLAYER_LIRC_H */ diff -r afd429e00184 -r 4129c8cfa742 input/mouse.h --- a/input/mouse.h Fri Feb 22 08:08:19 2008 +0000 +++ b/input/mouse.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MOUSE_H -#define MOUSE_H +#ifndef MPLAYER_MOUSE_H +#define MPLAYER_MOUSE_H #define MOUSE_BASE ((0x100+256)|MP_NO_REPEAT_KEY) #define MOUSE_BTN0 (MOUSE_BASE+0) @@ -25,4 +25,4 @@ #define MOUSE_BTN8_DBL (MOUSE_BASE_DBL+8) #define MOUSE_BTN9_DBL (MOUSE_BASE_DBL+9) -#endif /* MOUSE_H */ +#endif /* MPLAYER_MOUSE_H */ diff -r afd429e00184 -r 4129c8cfa742 libaf/af.h --- a/libaf/af.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libaf/af.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef AF_H -#define AF_H +#ifndef MPLAYER_AF_H +#define MPLAYER_AF_H #include @@ -354,4 +354,4 @@ #endif //! \} -#endif /* AF_H */ +#endif /* MPLAYER_AF_H */ diff -r afd429e00184 -r 4129c8cfa742 libaf/af_format.h --- a/libaf/af_format.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libaf/af_format.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,8 +1,9 @@ /* The sample format system used lin libaf is based on bitmasks. The format definition only refers to the storage format not the resolution. */ -#ifndef AF_FORMAT_H -#define AF_FORMAT_H + +#ifndef MPLAYER_AF_FORMAT_H +#define MPLAYER_AF_FORMAT_H #ifndef MPLAYER_CONFIG_H #error af_format.h needs config.h @@ -93,4 +94,4 @@ extern char* af_fmt2str(int format, char* str, int size); extern const char* af_fmt2str_short(int format); -#endif /* AF_FORMAT_H */ +#endif /* MPLAYER_AF_FORMAT_H */ diff -r afd429e00184 -r 4129c8cfa742 libaf/af_hrtf.h --- a/libaf/af_hrtf.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libaf/af_hrtf.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef AF_HRTF_H -#define AF_HRTF_H +#ifndef MPLAYER_AF_HRTF_H +#define MPLAYER_AF_HRTF_H #define HRTF_MIX_51 0 #define HRTF_MIX_STEREO 1 @@ -490,4 +490,4 @@ -0.0002379619297227554, 0.0007130120121089036 }; -#endif /* AF_HRTF_H */ +#endif /* MPLAYER_AF_HRTF_H */ diff -r afd429e00184 -r 4129c8cfa742 libaf/af_mp.h --- a/libaf/af_mp.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libaf/af_mp.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,6 @@ /* Include file for mplayer specific defines and includes */ -#ifndef AF_MP_H -#define AF_MP_H +#ifndef MPLAYER_AF_MP_H +#define MPLAYER_AF_MP_H #include "config.h" #include "mp_msg.h" @@ -19,4 +19,4 @@ #define af_msg(lev, args... ) \ mp_msg(MSGT_AFILTER,(((lev)<0)?((lev)+3):(((lev)==0)?MSGL_INFO:((lev)+5))), ##args ) -#endif /* AF_MP_H */ +#endif /* MPLAYER_AF_MP_H */ diff -r afd429e00184 -r 4129c8cfa742 libaf/control.h --- a/libaf/control.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libaf/control.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef AF_CONTROL_H -#define AF_CONTROL_H +#ifndef MPLAYER_CONTROL_H +#define MPLAYER_CONTROL_H /********************************************* // Control info struct. @@ -234,4 +234,4 @@ #define AF_CONTROL_PLAYBACK_SPEED 0x00002500 | AF_CONTROL_FILTER_SPECIFIC #define AF_CONTROL_SCALETEMPO_AMOUNT 0x00002600 | AF_CONTROL_FILTER_SPECIFIC -#endif /* AF_CONTROL_H */ +#endif /* MPLAYER_CONTROL_H */ diff -r afd429e00184 -r 4129c8cfa742 libaf/dsp.h --- a/libaf/dsp.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libaf/dsp.h Fri Feb 22 09:09:46 2008 +0000 @@ -8,8 +8,8 @@ //============================================================================= */ -#ifndef DSP_H -#define DSP_H +#ifndef MPLAYER_DSP_H +#define MPLAYER_DSP_H /* Implementation of routines used for DSP */ @@ -19,4 +19,4 @@ #include #include -#endif /* DSP_H */ +#endif /* MPLAYER_DSP_H */ diff -r afd429e00184 -r 4129c8cfa742 libaf/equalizer.h --- a/libaf/equalizer.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libaf/equalizer.h Fri Feb 22 09:09:46 2008 +0000 @@ -8,8 +8,8 @@ //============================================================================= */ -#ifndef EQUALIZER_H -#define EQUALIZER_H +#ifndef MPLAYER_EQUALIZER_H +#define MPLAYER_EQUALIZER_H /* Equalizer plugin header file defines struct used for setting or getting the gain of a specific channel and frequency */ @@ -35,4 +35,4 @@ 9 16.00 kHz */ -#endif /* EQUALIZER_H */ +#endif /* MPLAYER_EQUALIZER_H */ diff -r afd429e00184 -r 4129c8cfa742 libaf/filter.h --- a/libaf/filter.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libaf/filter.h Fri Feb 22 09:09:46 2008 +0000 @@ -8,12 +8,12 @@ //============================================================================= */ -#if !defined DSP_H +#if !defined MPLAYER_DSP_H # error "Never use directly; include instead" #endif -#ifndef FILTER_H -#define FILTER_H +#ifndef MPLAYER_FILTER_H +#define MPLAYER_FILTER_H // Design and implementation of different types of digital filters @@ -66,4 +66,4 @@ xq[xi]=(xq)[(xi)+(n)]=*(in);\ xi=(++(xi))&((n)-1); -#endif /* FILTER_H */ +#endif /* MPLAYER_FILTER_H */ diff -r afd429e00184 -r 4129c8cfa742 libaf/reorder_ch.h --- a/libaf/reorder_ch.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libaf/reorder_ch.h Fri Feb 22 09:09:46 2008 +0000 @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef REORDER_CH_H -#define REORDER_CH_H +#ifndef MPLAYER_REORDER_CH_H +#define MPLAYER_REORDER_CH_H // L - Left // R - Right @@ -122,4 +122,4 @@ int samples, int samplesize); -#endif /* REORDER_CH_H */ +#endif /* MPLAYER_REORDER_CH_H */ diff -r afd429e00184 -r 4129c8cfa742 libaf/window.h --- a/libaf/window.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libaf/window.h Fri Feb 22 09:09:46 2008 +0000 @@ -15,12 +15,12 @@ coefficients will be stored. */ -#if !defined DSP_H +#if !defined MPLAYER_DSP_H # error "Never use directly; include instead" #endif -#ifndef WINDOW_H -#define WINDOW_H +#ifndef MPLAYER_WINDOW_H +#define MPLAYER_WINDOW_H extern void af_window_boxcar(int n, _ftype_t* w); extern void af_window_triang(int n, _ftype_t* w); @@ -30,4 +30,4 @@ extern void af_window_flattop(int n,_ftype_t* w); extern void af_window_kaiser(int n, _ftype_t* w,_ftype_t b); -#endif /* WINDOW_H */ +#endif /* MPLAYER_WINDOW_H */ diff -r afd429e00184 -r 4129c8cfa742 libao2/audio_out.h --- a/libao2/audio_out.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libao2/audio_out.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef AUDIO_OUT_H -#define AUDIO_OUT_H +#ifndef MPLAYER_AUDIO_OUT_H +#define MPLAYER_AUDIO_OUT_H typedef struct ao_info_s { @@ -72,4 +71,4 @@ float right; } ao_control_vol_t; -#endif /* AUDIO_OUT_H */ +#endif /* MPLAYER_AUDIO_OUT_H */ diff -r afd429e00184 -r 4129c8cfa742 libao2/audio_out_internal.h --- a/libao2/audio_out_internal.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libao2/audio_out_internal.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef AUDIO_OUT_INTERNAL_H -#define AUDIO_OUT_INTERNAL_H +#ifndef MPLAYER_AUDIO_OUT_INTERNAL_H +#define MPLAYER_AUDIO_OUT_INTERNAL_H // prototypes: //static ao_info_t info; @@ -27,4 +27,4 @@ audio_resume\ }; -#endif /* AUDIO_OUT_INTERNAL_H */ +#endif /* MPLAYER_AUDIO_OUT_INTERNAL_H */ diff -r afd429e00184 -r 4129c8cfa742 libmenu/menu.h --- a/libmenu/menu.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmenu/menu.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MENU_H -#define MENU_H +#ifndef MPLAYER_MENU_H +#define MPLAYER_MENU_H struct menu_priv_s; typedef struct menu_s menu_t; @@ -92,4 +92,4 @@ void menu_draw_box(mp_image_t* mpi, unsigned char grey, unsigned char alpha, int x, int y, int w, int h); -#endif /* MENU_H */ +#endif /* MPLAYER_MENU_H */ diff -r afd429e00184 -r 4129c8cfa742 libmenu/menu_list.h --- a/libmenu/menu_list.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmenu/menu_list.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MENU_LIST_H -#define MENU_LIST_H +#ifndef MPLAYER_MENU_LIST_H +#define MPLAYER_MENU_LIST_H typedef struct list_entry_s list_entry_t; @@ -83,4 +83,4 @@ { "ptr-bg-alpha", M_ST_OFF(menu_list_priv_t,ptr_bg_alpha), \ CONF_TYPE_INT, M_OPT_RANGE, 0, 255, NULL } \ -#endif /* MENU_LIST_H */ +#endif /* MPLAYER_MENU_LIST_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/ad.h --- a/libmpcodecs/ad.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/ad.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef AD_H -#define AD_H +#ifndef MPLAYER_AD_H +#define MPLAYER_AD_H #include "mpc_info.h" typedef mp_codec_info_t ad_info_t; @@ -30,4 +30,4 @@ // fallback: use hw mixer in libao #define ADCTRL_SET_VOLUME 4 /* set volume (used for mp3lib and liba52) */ -#endif /* AD_H */ +#endif /* MPLAYER_AD_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/ad_internal.h --- a/libmpcodecs/ad_internal.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/ad_internal.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef AD_INTERNAL_H -#define AD_INTERNAL_H +#ifndef MPLAYER_AD_INTERNAL_H +#define MPLAYER_AD_INTERNAL_H #include "codec-cfg.h" #include "libaf/af_format.h" @@ -26,4 +26,4 @@ decode_audio\ }; -#endif /* AD_INTERNAL_H */ +#endif /* MPLAYER_AD_INTERNAL_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/ae.h --- a/libmpcodecs/ae.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/ae.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef AE_H -#define AE_H +#ifndef MPLAYER_AE_H +#define MPLAYER_AE_H #define ACODEC_COPY 0 #define ACODEC_PCM 1 @@ -43,4 +42,4 @@ audio_encoder_t *new_audio_encoder(muxer_stream_t *stream, audio_encoding_params_t *params); -#endif /* AE_H */ +#endif /* MPLAYER_AE_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/ae_faac.h --- a/libmpcodecs/ae_faac.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/ae_faac.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,8 +1,8 @@ -#ifndef AE_FAAC_H -#define AE_FAAC_H +#ifndef MPLAYER_AE_FAAC_H +#define MPLAYER_AE_FAAC_H #include "ae.h" int mpae_init_faac(audio_encoder_t *encoder); -#endif /* AE_FAAC_H */ +#endif /* MPLAYER_AE_FAAC_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/ae_lame.h --- a/libmpcodecs/ae_lame.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/ae_lame.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,8 +1,8 @@ -#ifndef AE_LAME_H -#define AE_LAME_H +#ifndef MPLAYER_AE_LAME_H +#define MPLAYER_AE_LAME_H #include "ae.h" int mpae_init_lame(audio_encoder_t *encoder); -#endif /* AE_LAME_H */ +#endif /* MPLAYER_AE_LAME_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/ae_lavc.h --- a/libmpcodecs/ae_lavc.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/ae_lavc.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,8 +1,8 @@ -#ifndef AE_LAVC_H -#define AE_LAVC_H +#ifndef MPLAYER_AE_LAVC_H +#define MPLAYER_AE_LAVC_H #include "ae.h" int mpae_init_lavc(audio_encoder_t *encoder); -#endif /* AE_LAVC_H */ +#endif /* MPLAYER_AE_LAVC_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/ae_pcm.h --- a/libmpcodecs/ae_pcm.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/ae_pcm.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,8 +1,8 @@ -#ifndef AE_PCM_H -#define AE_PCM_H +#ifndef MPLAYER_AE_PCM_H +#define MPLAYER_AE_PCM_H #include "ae.h" int mpae_init_pcm(audio_encoder_t *encoder); -#endif /* AE_PCM_H */ +#endif /* MPLAYER_AE_PCM_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/ae_toolame.h --- a/libmpcodecs/ae_toolame.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/ae_toolame.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef AE_TOOLAME_H -#define AE_TOOLAME_H +#ifndef MPLAYER_AE_TOOLAME_H +#define MPLAYER_AE_TOOLAME_H #include "ae.h" #include @@ -13,4 +13,4 @@ int mpae_init_toolame(audio_encoder_t *encoder); -#endif /* AE_TOOLAME_H */ +#endif /* MPLAYER_AE_TOOLAME_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/ae_twolame.h --- a/libmpcodecs/ae_twolame.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/ae_twolame.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef AE_TWOLAME_H -#define AE_TWOLAME_H +#ifndef MPLAYER_AE_TWOLAME_H +#define MPLAYER_AE_TWOLAME_H #include "ae.h" #include @@ -11,4 +11,4 @@ int mpae_init_twolame(audio_encoder_t *encoder); -#endif /* AE_TWOLAME_H */ +#endif /* MPLAYER_AE_TWOLAME_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/cmmx.h --- a/libmpcodecs/cmmx.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/cmmx.h Fri Feb 22 09:09:46 2008 +0000 @@ -4,8 +4,8 @@ * Author: Zoltan Hidvegi */ -#ifndef CMMX_H -#define CMMX_H +#ifndef MPLAYER_CMMX_H +#define MPLAYER_CMMX_H typedef unsigned long cmmx_t; @@ -183,4 +183,4 @@ return pcmpzb(a ^ b); } -#endif /* CMMX_H */ +#endif /* MPLAYER_CMMX_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/dec_audio.h --- a/libmpcodecs/dec_audio.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/dec_audio.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef DEC_AUDIO_H -#define DEC_AUDIO_H +#ifndef MPLAYER_DEC_AUDIO_H +#define MPLAYER_DEC_AUDIO_H // dec_audio.c: extern void afm_help(void); @@ -12,4 +12,4 @@ extern int init_audio_filters(sh_audio_t *sh_audio, int in_samplerate, int *out_samplerate, int *out_channels, int *out_format); -#endif /* DEC_AUDIO_H */ +#endif /* MPLAYER_DEC_AUDIO_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/dec_video.h --- a/libmpcodecs/dec_video.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/dec_video.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef DEC_VIDEO_H -#define DEC_VIDEO_H +#ifndef MPLAYER_DEC_VIDEO_H +#define MPLAYER_DEC_VIDEO_H // dec_video.c: extern void vfm_help(void); @@ -21,4 +21,4 @@ extern int divx_quality; -#endif /* DEC_VIDEO_H */ +#endif /* MPLAYER_DEC_VIDEO_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/img_format.h --- a/libmpcodecs/img_format.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/img_format.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef IMG_FORMAT_H -#define IMG_FORMAT_H +#ifndef MPLAYER_IMG_FORMAT_H +#define MPLAYER_IMG_FORMAT_H /* RGB/BGR Formats */ @@ -117,4 +116,4 @@ const char *vo_format_name(int format); -#endif /* IMG_FORMAT_H */ +#endif /* MPLAYER_IMG_FORMAT_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/mp_image.h --- a/libmpcodecs/mp_image.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/mp_image.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MP_IMAGE_H -#define MP_IMAGE_H +#ifndef MPLAYER_MP_IMAGE_H +#define MPLAYER_MP_IMAGE_H //--------- codec's requirements (filled by the codec/vf) --------- @@ -228,4 +228,4 @@ mp_image_t* alloc_mpi(int w, int h, unsigned long int fmt); void copy_mpi(mp_image_t *dmpi, mp_image_t *mpi); -#endif /* MP_IMAGE_H */ +#endif /* MPLAYER_MP_IMAGE_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/mpc_info.h --- a/libmpcodecs/mpc_info.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/mpc_info.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MPC_INFO_H -#define MPC_INFO_H +#ifndef MPLAYER_MPC_INFO_H +#define MPLAYER_MPC_INFO_H typedef struct mp_codec_info_s { @@ -22,4 +22,4 @@ #define CONTROL_ERROR -2 #define CONTROL_NA -3 -#endif /* MPC_INFO_H */ +#endif /* MPLAYER_MPC_INFO_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/native/alaw.h --- a/libmpcodecs/native/alaw.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/native/alaw.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,7 +1,7 @@ // Generated by TOOLS/alaw-gen.c -#ifndef ALAW_H -#define ALAW_H +#ifndef MPLAYER_ALAW_H +#define MPLAYER_ALAW_H const short alaw2short[]={ -5504, -5248, -6016, -5760, -4480, -4224, -4992, -4736, @@ -73,4 +73,4 @@ 56, 48, 40, 32, 24, 16, 8, 0 }; -#endif /* ALAW_H */ +#endif /* MPLAYER_ALAW_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/native/mmx.h --- a/libmpcodecs/native/mmx.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/native/mmx.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MMX_H -#define MMX_H +#ifndef MPLAYER_MMX_H +#define MPLAYER_MMX_H typedef union { long long q; /* Quadword (64-bit) value */ @@ -77,4 +77,4 @@ #define emms() __asm__ __volatile__ ("emms") -#endif /* MMX_H */ +#endif /* MPLAYER_MMX_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/native/xa_gsm.h --- a/libmpcodecs/native/xa_gsm.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/native/xa_gsm.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,8 +1,8 @@ -#ifndef XA_GSM_H -#define XA_GSM_H +#ifndef MPLAYER_XA_GSM_H +#define MPLAYER_XA_GSM_H void XA_MSGSM_Decoder(unsigned char *ibuf,unsigned short *obuf); void XA_GSM_Decoder(unsigned char *ibuf,unsigned short *obuf); void GSM_Init(void); -#endif /* XA_GSM_H */ +#endif /* MPLAYER_XA_GSM_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/native/xa_gsm_int.h --- a/libmpcodecs/native/xa_gsm_int.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/native/xa_gsm_int.h Fri Feb 22 09:09:46 2008 +0000 @@ -22,8 +22,8 @@ * ********************************************************************/ -#ifndef XA_GSM_INT_H -#define XA_GSM_INT_H +#ifndef MPLAYER_XA_GSM_INT_H +#define MPLAYER_XA_GSM_INT_H #include "xa_gsm.h" @@ -131,4 +131,4 @@ */ -#endif /* XA_GSM_INT_H */ +#endif /* MPLAYER_XA_GSM_INT_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/pullup.h --- 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 */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/vd.h --- a/libmpcodecs/vd.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/vd.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef VD_H -#define VD_H +#ifndef MPLAYER_VD_H +#define MPLAYER_VD_H #include "mp_image.h" #include "mpc_info.h" @@ -35,4 +35,4 @@ #define VDFLAGS_DROPFRAME 3 -#endif /* VD_H */ +#endif /* MPLAYER_VD_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/vd_internal.h --- a/libmpcodecs/vd_internal.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/vd_internal.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef VD_INTERNAL_H -#define VD_INTERNAL_H +#ifndef MPLAYER_VD_INTERNAL_H +#define MPLAYER_VD_INTERNAL_H #include "codec-cfg.h" #include "img_format.h" @@ -27,4 +27,4 @@ decode\ }; -#endif /* VD_INTERNAL_H */ +#endif /* MPLAYER_VD_INTERNAL_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/vf.h --- a/libmpcodecs/vf.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/vf.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef VF_H -#define VF_H +#ifndef MPLAYER_VF_H +#define MPLAYER_VF_H struct vf_instance_s; struct vf_priv_s; @@ -123,4 +123,4 @@ int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt); -#endif /* VF_H */ +#endif /* MPLAYER_VF_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/vf_scale.h --- a/libmpcodecs/vf_scale.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/vf_scale.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,9 +1,9 @@ //GPL -#ifndef VF_SCALE_H -#define VF_SCALE_H +#ifndef MPLAYER_VF_SCALE_H +#define MPLAYER_VF_SCALE_H int get_sws_cpuflags(void); struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat); -#endif /* VF_SCALE_H */ +#endif /* MPLAYER_VF_SCALE_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/vfcap.h --- a/libmpcodecs/vfcap.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/vfcap.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,7 +1,7 @@ // VFCAP_* values: they are flags, returned by query_format(): -#ifndef VFCAP_H -#define VFCAP_H +#ifndef MPLAYER_VFCAP_H +#define MPLAYER_VFCAP_H // set, if the given colorspace is supported (with or without conversion) #define VFCAP_CSP_SUPPORTED 0x1 @@ -34,4 +34,4 @@ // filter will draw EOSD at screen resolution (without scaling) #define VFCAP_EOSD_UNSCALED 0x4000 -#endif /* VFCAP_H */ +#endif /* MPLAYER_VFCAP_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpcodecs/vqf.h --- a/libmpcodecs/vqf.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpcodecs/vqf.h Fri Feb 22 09:09:46 2008 +0000 @@ -5,8 +5,8 @@ // Modified for MPlayer on 2004.12.29 -#ifndef VQF_H -#define VQF_H +#ifndef MPLAYER_VQF_H +#define MPLAYER_VQF_H #ifdef _MSC_VER # ifdef DLL_MODULE @@ -223,4 +223,4 @@ #endif -#endif /* VQF_H */ +#endif /* MPLAYER_VQF_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/asf.h --- a/libmpdemux/asf.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/asf.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef ASF_H -#define ASF_H +#ifndef MPLAYER_ASF_H +#define MPLAYER_ASF_H //#include "config.h" /* for WORDS_BIGENDIAN */ #include @@ -244,4 +244,4 @@ unsigned bps; }; -#endif /* ASF_H */ +#endif /* MPLAYER_ASF_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/aviheader.h --- a/libmpdemux/aviheader.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/aviheader.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef AVIHEADER_H -#define AVIHEADER_H +#ifndef MPLAYER_AVIHEADER_H +#define MPLAYER_AVIHEADER_H //#include "config.h" /* get correct definition WORDS_BIGENDIAN */ #include "libavutil/common.h" @@ -353,4 +353,4 @@ #define AVI_IDX_OFFSET(x) ((((uint64_t)(x)->dwFlags&0xffff0000)<<16)+(x)->dwChunkOffset) -#endif /* AVIHEADER_H */ +#endif /* MPLAYER_AVIHEADER_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/demux_avs.h --- a/libmpdemux/demux_avs.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/demux_avs.h Fri Feb 22 09:09:46 2008 +0000 @@ -21,8 +21,8 @@ * Boston, MA 02110-1301 USA. */ -#ifndef DEMUX_AVS_H -#define DEMUX_AVS_H +#ifndef MPLAYER_DEMUX_AVS_H +#define MPLAYER_DEMUX_AVS_H enum { AVISYNTH_INTERFACE_VERSION = 2 }; @@ -166,4 +166,4 @@ } } -#endif /* DEMUX_AVS_H */ +#endif /* MPLAYER_DEMUX_AVS_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/demux_rtp.h --- a/libmpdemux/demux_rtp.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/demux_rtp.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef DEMUX_RTP_H -#define DEMUX_RTP_H +#ifndef MPLAYER_DEMUX_RTP_H +#define MPLAYER_DEMUX_RTP_H #include #include @@ -28,4 +28,4 @@ // Close a RTP demuxer void demux_close_rtp(demuxer_t* demuxer); -#endif /* DEMUX_RTP_H */ +#endif /* MPLAYER_DEMUX_RTP_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/demux_rtp_internal.h --- a/libmpdemux/demux_rtp_internal.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/demux_rtp_internal.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef DEMUX_RTP_INTERNAL_H -#define DEMUX_RTP_INTERNAL_H +#ifndef MPLAYER_DEMUX_RTP_INTERNAL_H +#define MPLAYER_DEMUX_RTP_INTERNAL_H #include @@ -41,4 +41,4 @@ // "streamType": 0 => video; 1 => audio // This routine returns False if the input stream has closed -#endif /* DEMUX_RTP_INTERNAL_H */ +#endif /* MPLAYER_DEMUX_RTP_INTERNAL_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/demux_xmms_plugin.h --- a/libmpdemux/demux_xmms_plugin.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/demux_xmms_plugin.h Fri Feb 22 09:09:46 2008 +0000 @@ -21,8 +21,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#ifndef DEMUX_XMMS_PLUGIN_H -#define DEMUX_XMMS_PLUGIN_H +#ifndef MPLAYER_DEMUX_XMMS_PLUGIN_H +#define MPLAYER_DEMUX_XMMS_PLUGIN_H typedef enum { @@ -152,4 +152,4 @@ void (*render_freq)(short freq_data[2][256]); /* Render the freq data, don't do anything time consuming in here */ } VisPlugin; -#endif /* DEMUX_XMMS_PLUGIN_H */ +#endif /* MPLAYER_DEMUX_XMMS_PLUGIN_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/demuxer.h --- a/libmpdemux/demuxer.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/demuxer.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef DEMUXER_H -#define DEMUXER_H +#ifndef MPLAYER_DEMUXER_H +#define MPLAYER_DEMUXER_H #ifdef USE_ASS #include "libass/ass_types.h" @@ -421,4 +421,4 @@ /// Get number of angles. int demuxer_angles_count(demuxer_t *demuxer); -#endif /* DEMUXER_H */ +#endif /* MPLAYER_DEMUXER_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/ebml.h --- a/libmpdemux/ebml.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/ebml.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef EBML_H -#define EBML_H +#ifndef MPLAYER_EBML_H +#define MPLAYER_EBML_H #include @@ -188,4 +188,4 @@ uint32_t ebml_read_master (stream_t *s, uint64_t *length); char *ebml_read_header (stream_t *s, int *version); -#endif /* EBML_H */ +#endif /* MPLAYER_EBML_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/genres.h --- a/libmpdemux/genres.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/genres.h Fri Feb 22 09:09:46 2008 +0000 @@ -13,9 +13,8 @@ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/ */ - -#ifndef GENRES_H -#define GENRES_H +#ifndef MPLAYER_GENRES_H +#define MPLAYER_GENRES_H const char * const genres[] = { @@ -277,5 +276,4 @@ "Unknown", /* 255 */ }; - -#endif /* GENRES_H */ +#endif /* MPLAYER_GENRES_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/matroska.h --- a/libmpdemux/matroska.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/matroska.h Fri Feb 22 09:09:46 2008 +0000 @@ -4,8 +4,8 @@ * see http://cvs.corecodec.org/cgi-bin/cvsweb.cgi/~checkout~/matroska/doc/website/specs/codex.html?rev=HEAD&content-type=text/html */ -#ifndef MATROSKA_H -#define MATROSKA_H +#ifndef MPLAYER_MATROSKA_H +#define MPLAYER_MATROSKA_H #define MKV_A_AAC_2MAIN "A_AAC/MPEG2/MAIN" #define MKV_A_AAC_2LC "A_AAC/MPEG2/LC" @@ -67,4 +67,4 @@ void demux_mkv_get_sub_lang(demuxer_t *demuxer, int track_num, char *lang, int maxlen); -#endif /* MATROSKA_H */ +#endif /* MPLAYER_MATROSKA_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/mf.h --- a/libmpdemux/mf.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/mf.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,6 @@ -#ifndef MF_H -#define MF_H +#ifndef MPLAYER_MF_H +#define MPLAYER_MF_H extern int mf_w; extern int mf_h; @@ -16,4 +16,4 @@ mf_t* open_mf(char * filename); -#endif /* MF_H */ +#endif /* MPLAYER_MF_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/mp3_hdr.h --- a/libmpdemux/mp3_hdr.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/mp3_hdr.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MP3_HDR_H -#define MP3_HDR_H +#ifndef MPLAYER_MP3_HDR_H +#define MPLAYER_MP3_HDR_H int mp_get_mp3_header(unsigned char* hbuf,int* chans, int* freq, int* spf, int* mpa_layer, int* br); @@ -12,4 +12,4 @@ return 1; } -#endif /* MP3_HDR_H */ +#endif /* MPLAYER_MP3_HDR_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/mpeg_hdr.h --- a/libmpdemux/mpeg_hdr.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/mpeg_hdr.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MPEG_HDR_H -#define MPEG_HDR_H +#ifndef MPLAYER_MPEG_HDR_H +#define MPLAYER_MPEG_HDR_H typedef struct { // video info: @@ -30,4 +30,4 @@ int h264_parse_sps(mp_mpeg_header_t * picture, unsigned char * buf, int len); int mp_vc1_decode_sequence_header(mp_mpeg_header_t * picture, unsigned char * buf, int len); -#endif /* MPEG_HDR_H */ +#endif /* MPLAYER_MPEG_HDR_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/mpeg_packetizer.h --- a/libmpdemux/mpeg_packetizer.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/mpeg_packetizer.h Fri Feb 22 09:09:46 2008 +0000 @@ -22,8 +22,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef MPEG_PACKETIZER_H -#define MPEG_PACKETIZER_H +#ifndef MPLAYER_MPEG_PACKETIZER_H +#define MPLAYER_MPEG_PACKETIZER_H /* Send MPEG PES packet */ int send_mpeg_pes_packet (unsigned char *data, int len, int id, uint64_t pts, @@ -38,4 +38,4 @@ int id, uint64_t pts, int freq_id, int my_write (const unsigned char *data, int len)); -#endif /* MPEG_PACKETIZER_H */ +#endif /* MPLAYER_MPEG_PACKETIZER_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/ms_hdr.h --- a/libmpdemux/ms_hdr.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/ms_hdr.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MS_HDR_H -#define MS_HDR_H +#ifndef MPLAYER_MS_HDR_H +#define MPLAYER_MS_HDR_H #ifndef _WAVEFORMATEX_ #define _WAVEFORMATEX_ @@ -79,4 +79,4 @@ #endif #endif -#endif /* MS_HDR_H */ +#endif /* MPLAYER_MS_HDR_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/muxer.h --- a/libmpdemux/muxer.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/muxer.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MUXER_H -#define MUXER_H +#ifndef MPLAYER_MUXER_H +#define MPLAYER_MUXER_H #define MUXER_MAX_STREAMS 16 @@ -116,4 +116,4 @@ int muxer_init_muxer_lavf(muxer_t *); int muxer_init_muxer_rawaudio(muxer_t *); -#endif /* MUXER_H */ +#endif /* MPLAYER_MUXER_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/nuppelvideo.h --- a/libmpdemux/nuppelvideo.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/nuppelvideo.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,7 +1,7 @@ /* nuppelvideo.h rh */ -#ifndef NUPPELVIDEO_H -#define NUPPELVIDEO_H +#ifndef MPLAYER_NUPPELVIDEO_H +#define MPLAYER_NUPPELVIDEO_H #include "libavutil/intfloat_readwrite.h" @@ -159,4 +159,4 @@ (h)->lavc_maxqdiff = le2me_32((h)->lavc_maxqdiff); \ } -#endif /* NUPPELVIDEO_H */ +#endif /* MPLAYER_NUPPELVIDEO_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/parse_es.h --- a/libmpdemux/parse_es.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/parse_es.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef PARSE_ES_H -#define PARSE_ES_H +#ifndef MPLAYER_PARSE_ES_H +#define MPLAYER_PARSE_ES_H #define MAX_VIDEO_PACKET_SIZE (224*1024+4) #define VIDEOBUFFER_SIZE 0x100000 @@ -18,4 +18,4 @@ // return: next packet code int skip_video_packet(demux_stream_t *ds); -#endif /* PARSE_ES_H */ +#endif /* MPLAYER_PARSE_ES_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/parse_mp4.h --- a/libmpdemux/parse_mp4.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/parse_mp4.h Fri Feb 22 09:09:46 2008 +0000 @@ -4,8 +4,8 @@ * File licensed under the GPL, see http://www.fsf.org/ for more info. */ -#ifndef PARSE_MP4_H -#define PARSE_MP4_H +#ifndef MPLAYER_PARSE_MP4_H +#define MPLAYER_PARSE_MP4_H #include @@ -107,5 +107,5 @@ int mp4_parse_esds(unsigned char *data, int datalen, esds_t *esds); void mp4_free_esds(esds_t *esds); -#endif /* PARSE_MP4_H */ +#endif /* MPLAYER_PARSE_MP4_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/qtpalette.h --- a/libmpdemux/qtpalette.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/qtpalette.h Fri Feb 22 09:09:46 2008 +0000 @@ -2,8 +2,8 @@ // Automatically generated from a utility derived from XAnim: // http://xanim.va.pubnix.com/home.html -#ifndef QTPALETTE_H -#define QTPALETTE_H +#ifndef MPLAYER_QTPALETTE_H +#define MPLAYER_QTPALETTE_H static const unsigned char qt_default_palette_4[4 * 4] = { 0x5E, 0x65, 0x93, 0x00, @@ -568,4 +568,4 @@ /* 255, 0xFF */ 0x00, 0x00, 0x00, 0x00 }; -#endif /* QTPALETTE_H */ +#endif /* MPLAYER_QTPALETTE_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/stheader.h --- a/libmpdemux/stheader.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/stheader.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef STHEADER_H -#define STHEADER_H +#ifndef MPLAYER_STHEADER_H +#define MPLAYER_STHEADER_H #include "aviheader.h" #include "ms_hdr.h" @@ -121,4 +121,4 @@ int video_read_properties(sh_video_t *sh_video); int video_read_frame(sh_video_t* sh_video,float* frame_time_ptr,unsigned char** start,int force_fps); -#endif /* STHEADER_H */ +#endif /* MPLAYER_STHEADER_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/yuv4mpeg.h --- a/libmpdemux/yuv4mpeg.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/yuv4mpeg.h Fri Feb 22 09:09:46 2008 +0000 @@ -24,8 +24,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef YUV4MPEG_H -#define YUV4MPEG_H +#ifndef MPLAYER_YUV4MPEG_H +#define MPLAYER_YUV4MPEG_H #include //#include "mp_msg.h" @@ -449,6 +449,6 @@ ************************************************************************ ************************************************************************/ -#endif /* YUV4MPEG_H */ +#endif /* MPLAYER_YUV4MPEG_H */ diff -r afd429e00184 -r 4129c8cfa742 libmpdemux/yuv4mpeg_intern.h --- a/libmpdemux/yuv4mpeg_intern.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libmpdemux/yuv4mpeg_intern.h Fri Feb 22 09:09:46 2008 +0000 @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef YUV4MPEG_INTERN_H -#define YUV4MPEG_INTERN_H +#ifndef MPLAYER_YUV4MPEG_INTERN_H +#define MPLAYER_YUV4MPEG_INTERN_H #define Y4M_MAGIC "YUV4MPEG2" @@ -75,4 +75,4 @@ #define Y4M_DAR_MPEG2_3 { 16, 9 } #define Y4M_DAR_MPEG2_4 { 221, 100 } -#endif /* YUV4MPEG_INTERN_H */ +#endif /* MPLAYER_YUV4MPEG_INTERN_H */ diff -r afd429e00184 -r 4129c8cfa742 libvo/aspect.h --- a/libvo/aspect.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libvo/aspect.h Fri Feb 22 09:09:46 2008 +0000 @@ -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(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 -r afd429e00184 -r 4129c8cfa742 libvo/fastmemcpy.h --- a/libvo/fastmemcpy.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libvo/fastmemcpy.h Fri Feb 22 09:09:46 2008 +0000 @@ -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 @@ return retval; } -#endif /* FASTMEMCPY_H */ +#endif /* MPLAYER_FASTMEMCPY_H */ diff -r afd429e00184 -r 4129c8cfa742 libvo/font_load.h --- a/libvo/font_load.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libvo/font_load.h Fri Feb 22 09:09:46 2008 +0000 @@ -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 @@ 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 -r afd429e00184 -r 4129c8cfa742 libvo/geometry.h --- a/libvo/geometry.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libvo/geometry.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,10 +1,10 @@ /* This file (C) Mark Zealey @@ -45,4 +45,4 @@ 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 -r afd429e00184 -r 4129c8cfa742 libvo/jpeg_enc.h --- a/libvo/jpeg_enc.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libvo/jpeg_enc.h Fri Feb 22 09:09:46 2008 +0000 @@ -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 @@ void jpeg_enc_uninit(jpeg_enc_t *j); -#endif /* JPEG_ENC_H */ +#endif /* MPLAYER_JPEG_ENC_H */ diff -r afd429e00184 -r 4129c8cfa742 libvo/osd_font.h --- a/libvo/osd_font.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libvo/osd_font.h Fri Feb 22 09:09:46 2008 +0000 @@ -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 @@ 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 -r afd429e00184 -r 4129c8cfa742 libvo/spuenc.h --- a/libvo/spuenc.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libvo/spuenc.h Fri Feb 22 09:09:46 2008 +0000 @@ -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 @@ 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 -r afd429e00184 -r 4129c8cfa742 libvo/vesa_lvo.h --- a/libvo/vesa_lvo.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libvo/vesa_lvo.h Fri Feb 22 09:09:46 2008 +0000 @@ -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 @@ void vlvo_flip_page(void); void vlvo_draw_osd(void); -#endif /* VESA_LVO_H */ +#endif /* MPLAYER_VESA_LVO_H */ diff -r afd429e00184 -r 4129c8cfa742 libvo/video_out.h --- a/libvo/video_out.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libvo/video_out.h Fri Feb 22 09:09:46 2008 +0000 @@ -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 @@ #endif /* defined(HAVE_FBDEV) || defined(HAVE_VESA) */ -#endif /* VIDEO_OUT_H */ +#endif /* MPLAYER_VIDEO_OUT_H */ diff -r afd429e00184 -r 4129c8cfa742 libvo/video_out_internal.h --- a/libvo/video_out_internal.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libvo/video_out_internal.h Fri Feb 22 09:09:46 2008 +0000 @@ -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 @@ #include "osd.h" -#endif /* VIDEO_OUT_INTERNAL_H */ +#endif /* MPLAYER_VIDEO_OUT_INTERNAL_H */ diff -r afd429e00184 -r 4129c8cfa742 libvo/videodev_mjpeg.h --- a/libvo/videodev_mjpeg.h Fri Feb 22 08:08:19 2008 +0000 +++ b/libvo/videodev_mjpeg.h Fri Feb 22 09:09:46 2008 +0000 @@ -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 @@ int vo_find_depth_from_visuals(Display *dpy, int screen, Visual **visual_return); -#endif /* X11_COMMON_H */ +#endif /* MPLAYER_X11_COMMON_H */ diff -r afd429e00184 -r 4129c8cfa742 m_config.h --- a/m_config.h Fri Feb 22 08:08:19 2008 +0000 +++ b/m_config.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef M_CONFIG_H -#define M_CONFIG_H +#ifndef MPLAYER_M_CONFIG_H +#define MPLAYER_M_CONFIG_H /// \defgroup Config Config manager /// @@ -206,4 +206,4 @@ ///@} -#endif /* M_CONFIG_H */ +#endif /* MPLAYER_M_CONFIG_H */ diff -r afd429e00184 -r 4129c8cfa742 m_option.h --- a/m_option.h Fri Feb 22 08:08:19 2008 +0000 +++ b/m_option.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef M_OPTION_H -#define M_OPTION_H +#ifndef MPLAYER_M_OPTION_H +#define MPLAYER_M_OPTION_H /// \defgroup Options /// m_option allows to parse, print and copy data of various types. @@ -500,4 +500,4 @@ /*@}*/ -#endif /* M_OPTION_H */ +#endif /* MPLAYER_M_OPTION_H */ diff -r afd429e00184 -r 4129c8cfa742 m_property.h --- a/m_property.h Fri Feb 22 08:08:19 2008 +0000 +++ b/m_property.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef M_PROPERTY_H -#define M_PROPERTY_H +#ifndef MPLAYER_M_PROPERTY_H +#define MPLAYER_M_PROPERTY_H /// \defgroup Properties /// @@ -201,4 +201,4 @@ ///@} -#endif /* M_PROPERTY_H */ +#endif /* MPLAYER_M_PROPERTY_H */ diff -r afd429e00184 -r 4129c8cfa742 m_struct.h --- a/m_struct.h Fri Feb 22 08:08:19 2008 +0000 +++ b/m_struct.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef M_STRUCT_H -#define M_STRUCT_H +#ifndef MPLAYER_M_STRUCT_H +#define MPLAYER_M_STRUCT_H /// \defgroup OptionsStruct Options struct /// \ingroup Options @@ -105,4 +105,4 @@ ///@} -#endif /* M_STRUCT_H */ +#endif /* MPLAYER_M_STRUCT_H */ diff -r afd429e00184 -r 4129c8cfa742 mangle.h --- a/mangle.h Fri Feb 22 08:08:19 2008 +0000 +++ b/mangle.h Fri Feb 22 09:09:46 2008 +0000 @@ -4,8 +4,8 @@ * File licensed under the GPL, see http://www.fsf.org/ for more info. */ -#ifndef MANGLE_H -#define MANGLE_H +#ifndef MPLAYER_MANGLE_H +#define MPLAYER_MANGLE_H /* Feel free to add more to the list, eg. a.out IMO */ #if defined(__CYGWIN__) || defined(__MINGW32__) || defined(__OS2__) || \ @@ -15,4 +15,4 @@ #define MANGLE(a) #a #endif -#endif /* MANGLE_H */ +#endif /* MPLAYER_MANGLE_H */ diff -r afd429e00184 -r 4129c8cfa742 metadata.h --- a/metadata.h Fri Feb 22 08:08:19 2008 +0000 +++ b/metadata.h Fri Feb 22 09:09:46 2008 +0000 @@ -17,8 +17,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef METADATA_H -#define METADATA_H +#ifndef MPLAYER_METADATA_H +#define MPLAYER_METADATA_H typedef enum metadata_s metadata_t; enum metadata_s { @@ -47,5 +47,5 @@ char *get_metadata (metadata_t type); -#endif /* METADATA_H */ +#endif /* MPLAYER_METADATA_H */ diff -r afd429e00184 -r 4129c8cfa742 mp_core.h --- a/mp_core.h Fri Feb 22 08:08:19 2008 +0000 +++ b/mp_core.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MP_CORE_H -#define MP_CORE_H +#ifndef MPLAYER_MP_CORE_H +#define MPLAYER_MP_CORE_H #include "mp_osd.h" @@ -120,4 +120,4 @@ void add_subtitles(char *filename, float fps, int noerr); int reinit_video_chain(void); -#endif /* MP_CORE_H */ +#endif /* MPLAYER_MP_CORE_H */ diff -r afd429e00184 -r 4129c8cfa742 mp_fifo.h --- a/mp_fifo.h Fri Feb 22 08:08:19 2008 +0000 +++ b/mp_fifo.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,7 +1,7 @@ -#ifndef MP_FIFO_H -#define MP_FIFO_H +#ifndef MPLAYER_MP_FIFO_H +#define MPLAYER_MP_FIFO_H int mplayer_get_key(int fd); void mplayer_put_key(int code); -#endif /* MP_FIFO_H */ +#endif /* MPLAYER_MP_FIFO_H */ diff -r afd429e00184 -r 4129c8cfa742 mp_msg.h --- a/mp_msg.h Fri Feb 22 08:08:19 2008 +0000 +++ b/mp_msg.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,5 @@ - -#ifndef MP_MSG_H -#define MP_MSG_H +#ifndef MPLAYER_MP_MSG_H +#define MPLAYER_MP_MSG_H // defined in mplayer.c and mencoder.c extern int verbose; @@ -138,4 +137,4 @@ #endif /* TARGET_OS2 */ -#endif /* MP_MSG_H */ +#endif /* MPLAYER_MP_MSG_H */ diff -r afd429e00184 -r 4129c8cfa742 mp_osd.h --- a/mp_osd.h Fri Feb 22 08:08:19 2008 +0000 +++ b/mp_osd.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MP_OSD_H -#define MP_OSD_H +#ifndef MPLAYER_MP_OSD_H +#define MPLAYER_MP_OSD_H #define OSD_MSG_TV_CHANNEL 0 #define OSD_MSG_TEXT 1 @@ -23,4 +23,4 @@ void set_osd_msg(int id, int level, int time, const char* fmt, ...); void rm_osd_msg(int id); -#endif /* MP_OSD_H */ +#endif /* MPLAYER_MP_OSD_H */ diff -r afd429e00184 -r 4129c8cfa742 mpbswap.h --- a/mpbswap.h Fri Feb 22 08:08:19 2008 +0000 +++ b/mpbswap.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,9 +1,9 @@ -#ifndef MPBSWAP_H -#define MPBSWAP_H +#ifndef MPLAYER_MPBSWAP_H +#define MPLAYER_MPBSWAP_H #include "libavutil/bswap.h" #ifndef HAVE_SWAB void swab(const void *from, void *to, ssize_t n); #endif -#endif /* MPBSWAP_H */ +#endif /* MPLAYER_MPBSWAP_H */ diff -r afd429e00184 -r 4129c8cfa742 mpcommon.h --- a/mpcommon.h Fri Feb 22 08:08:19 2008 +0000 +++ b/mpcommon.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef MPCOMMON_H -#define MPCOMMON_H +#ifndef MPLAYER_MPCOMMON_H +#define MPLAYER_MPCOMMON_H extern double sub_last_pts; extern struct ass_track_s *ass_track; @@ -7,4 +7,4 @@ void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset); void update_teletext(sh_video_t *sh_video, demuxer_t *demuxer, int reset); -#endif /* MPCOMMON_H */ +#endif /* MPLAYER_MPCOMMON_H */ diff -r afd429e00184 -r 4129c8cfa742 mplayer.h --- a/mplayer.h Fri Feb 22 08:08:19 2008 +0000 +++ b/mplayer.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,6 @@ -#ifndef MPLAYER_H -#define MPLAYER_H +#ifndef MPLAYER_MPLAYER_H +#define MPLAYER_MPLAYER_H extern char* current_module; @@ -50,4 +50,4 @@ extern void exit_player(const char* how); extern void update_set_of_subtitles(void); -#endif /* MPLAYER_H */ +#endif /* MPLAYER_MPLAYER_H */ diff -r afd429e00184 -r 4129c8cfa742 osdep/getch2.h --- a/osdep/getch2.h Fri Feb 22 08:08:19 2008 +0000 +++ b/osdep/getch2.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,8 +1,8 @@ /* GyS-TermIO v2.0 (for GySmail v3) (C) 1999 A'rpi/ESP-team */ /* a very small replacement of ncurses library */ -#ifndef GETCH2_H -#define GETCH2_H +#ifndef MPLAYER_GETCH2_H +#define MPLAYER_GETCH2_H /* Screen size. Initialized by load_termcap() and get_screen_size() */ extern int screen_width; @@ -35,4 +35,4 @@ #define MP_INPUT_SLAVE_CMD_FUNC NULL #endif -#endif /* GETCH2_H */ +#endif /* MPLAYER_GETCH2_H */ diff -r afd429e00184 -r 4129c8cfa742 osdep/glob.h --- a/osdep/glob.h Fri Feb 22 08:08:19 2008 +0000 +++ b/osdep/glob.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef GLOB_H -#define GLOB_H +#ifndef MPLAYER_GLOB_H +#define MPLAYER_GLOB_H #include "config.h" @@ -13,4 +13,4 @@ int glob(const char *pattern, int flags, int (*errfunc)(const char *epath, int eerrno), glob_t *pglob); -#endif /* GLOB_H */ +#endif /* MPLAYER_GLOB_H */ diff -r afd429e00184 -r 4129c8cfa742 osdep/keycodes.h --- a/osdep/keycodes.h Fri Feb 22 08:08:19 2008 +0000 +++ b/osdep/keycodes.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,7 +1,7 @@ /* KEY code definitions for GyS-TermIO v2.0 (C) 1999 A'rpi/ESP-team */ -#ifndef KEYCODES_H -#define KEYCODES_H +#ifndef MPLAYER_KEYCODES_H +#define MPLAYER_KEYCODES_H #define KEY_ENTER 13 #define KEY_TAB 9 @@ -74,4 +74,4 @@ #define KEY_INTERN (0x1000) #define KEY_CLOSE_WIN (KEY_INTERN+0) -#endif /* KEYCODES_H */ +#endif /* MPLAYER_KEYCODES_H */ diff -r afd429e00184 -r 4129c8cfa742 osdep/mmap_anon.h --- a/osdep/mmap_anon.h Fri Feb 22 08:08:19 2008 +0000 +++ b/osdep/mmap_anon.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,8 +1,8 @@ -#ifndef MMAP_ANON_H -#define MMAP_ANON_H +#ifndef MPLAYER_MMAP_ANON_H +#define MPLAYER_MMAP_ANON_H #include void *mmap_anon(void *, size_t, int, int, off_t); -#endif /* MMAP_ANON_H */ +#endif /* MPLAYER_MMAP_ANON_H */ diff -r afd429e00184 -r 4129c8cfa742 osdep/shmem.h --- a/osdep/shmem.h Fri Feb 22 08:08:19 2008 +0000 +++ b/osdep/shmem.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,7 +1,7 @@ -#ifndef SHMEM_H -#define SHMEM_H +#ifndef MPLAYER_SHMEM_H +#define MPLAYER_SHMEM_H void* shmem_alloc(int size); void shmem_free(void* p,int size); -#endif /* SHMEM_H */ +#endif /* MPLAYER_SHMEM_H */ diff -r afd429e00184 -r 4129c8cfa742 parser-cfg.h --- a/parser-cfg.h Fri Feb 22 08:08:19 2008 +0000 +++ b/parser-cfg.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,6 @@ -#ifndef PARSER_CFG_H -#define PARSER_CFG_H +#ifndef MPLAYER_PARSER_CFG_H +#define MPLAYER_PARSER_CFG_H extern int m_config_parse_config_file(m_config_t* config, char *conffile); -#endif /* PARSER_CFG_H */ +#endif /* MPLAYER_PARSER_CFG_H */ diff -r afd429e00184 -r 4129c8cfa742 parser-mecmd.h --- a/parser-mecmd.h Fri Feb 22 08:08:19 2008 +0000 +++ b/parser-mecmd.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef PARSER_MECMD_H -#define PARSER_MECMD_H +#ifndef MPLAYER_PARSER_MECMD_H +#define MPLAYER_PARSER_MECMD_H /// \file /// \ingroup ConfigParsers MEntry @@ -32,4 +32,4 @@ ///@} -#endif /* PARSER_MECMD_H */ +#endif /* MPLAYER_PARSER_MECMD_H */ diff -r afd429e00184 -r 4129c8cfa742 parser-mpcmd.h --- a/parser-mpcmd.h Fri Feb 22 08:08:19 2008 +0000 +++ b/parser-mpcmd.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,6 @@ -#ifndef PARSER_MPCMD_H -#define PARSER_MPCMD_H +#ifndef MPLAYER_PARSER_MPCMD_H +#define MPLAYER_PARSER_MPCMD_H extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv); -#endif /* PARSER_MPCMD_H */ +#endif /* MPLAYER_PARSER_MPCMD_H */ diff -r afd429e00184 -r 4129c8cfa742 playtree.h --- a/playtree.h Fri Feb 22 08:08:19 2008 +0000 +++ b/playtree.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,10 +1,9 @@ +#ifndef MPLAYER_PLAYTREE_H +#define MPLAYER_PLAYTREE_H /// \file /// \ingroup Playtree -#ifndef PLAYTREE_H -#define PLAYTREE_H - struct stream_st; struct m_config; @@ -282,6 +281,6 @@ ///@} -#endif /* PLAYTREE_H */ +///@} -///@} +#endif /* MPLAYER_PLAYTREE_H */ diff -r afd429e00184 -r 4129c8cfa742 playtreeparser.h --- a/playtreeparser.h Fri Feb 22 08:08:19 2008 +0000 +++ b/playtreeparser.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,3 +1,5 @@ +#ifndef MPLAYER_PLAYTREEPARSER_H +#define MPLAYER_PLAYTREEPARSER_H /// \defgroup PlaytreeParser Playtree parser /// \ingroup Playtree @@ -8,9 +10,6 @@ /// \file -#ifndef PLAYTREEPARSER_H -#define PLAYTREEPARSER_H - struct stream_st; typedef struct play_tree_parser { @@ -47,6 +46,6 @@ void play_tree_add_bpf(play_tree_t* pt, char* filename); -#endif /* PLAYTREEPARSER_H */ +///@} -///@} +#endif /* MPLAYER_PLAYTREEPARSER_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/audio_in.h --- a/stream/audio_in.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/audio_in.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef AUDIO_IN_H -#define AUDIO_IN_H +#ifndef MPLAYER_AUDIO_IN_H +#define MPLAYER_AUDIO_IN_H #define AUDIO_IN_ALSA 1 #define AUDIO_IN_OSS 2 @@ -72,4 +72,4 @@ int ai_oss_init(audio_in_t *ai); #endif -#endif /* AUDIO_IN_H */ +#endif /* MPLAYER_AUDIO_IN_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/cache2.h --- a/stream/cache2.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/cache2.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,6 @@ -#ifndef CACHE2_H -#define CACHE2_H +#ifndef MPLAYER_CACHE2_H +#define MPLAYER_CACHE2_H extern void cache_uninit(stream_t *s); -#endif /* CACHE2_H */ +#endif /* MPLAYER_CACHE2_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/cdd.h --- a/stream/cdd.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/cdd.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef CDD_H -#define CDD_H +#ifndef MPLAYER_CDD_H +#define MPLAYER_CDD_H #include "config.h" #ifndef HAVE_LIBCDIO @@ -74,4 +74,4 @@ void cd_info_debug(cd_info_t *cd_info); -#endif /* CDD_H */ +#endif /* MPLAYER_CDD_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/cookies.h --- a/stream/cookies.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/cookies.h Fri Feb 22 09:09:46 2008 +0000 @@ -5,12 +5,12 @@ * by Dave Lambley */ -#ifndef COOKIES_H -#define COOKIES_H +#ifndef MPLAYER_COOKIES_H +#define MPLAYER_COOKIES_H #include "http.h" extern void cookies_set(HTTP_header_t * http_hdr, const char *hostname, const char *url); -#endif /* COOKIES_H */ +#endif /* MPLAYER_COOKIES_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/dvbin.h --- a/stream/dvbin.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/dvbin.h Fri Feb 22 09:09:46 2008 +0000 @@ -5,8 +5,8 @@ * $Id$ */ -#ifndef DVBIN_H -#define DVBIN_H +#ifndef MPLAYER_DVBIN_H +#define MPLAYER_DVBIN_H #include "stream.h" @@ -113,4 +113,4 @@ extern dvb_config_t *dvb_get_config(void); extern void dvb_free_config(dvb_config_t *config); -#endif /* DVBIN_H */ +#endif /* MPLAYER_DVBIN_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/frequencies.h --- a/stream/frequencies.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/frequencies.h Fri Feb 22 09:09:46 2008 +0000 @@ -6,8 +6,8 @@ * Frequencies are given in kHz */ -#ifndef FREQUENCIES_H -#define FREQUENCIES_H +#ifndef MPLAYER_FREQUENCIES_H +#define MPLAYER_FREQUENCIES_H #define NTSC_AUDIO_CARRIER 4500 #define PAL_AUDIO_CARRIER_I 6000 @@ -114,4 +114,4 @@ extern const struct CHANLIST *chanlist; extern int chancount; -#endif /* FREQUENCIES_H */ +#endif /* MPLAYER_FREQUENCIES_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/http.h --- a/stream/http.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/http.h Fri Feb 22 09:09:46 2008 +0000 @@ -4,8 +4,8 @@ * (C) 2001, MPlayer team. */ -#ifndef HTTP_H -#define HTTP_H +#ifndef MPLAYER_HTTP_H +#define MPLAYER_HTTP_H typedef struct HTTP_field_type { char *field_name; @@ -49,4 +49,4 @@ void http_debug_hdr( HTTP_header_t *http_hdr ); int base64_encode(const void *enc, int encLen, char *out, int outMax); -#endif /* HTTP_H */ +#endif /* MPLAYER_HTTP_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/librtsp/rtsp.h --- a/stream/librtsp/rtsp.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/librtsp/rtsp.h Fri Feb 22 09:09:46 2008 +0000 @@ -29,8 +29,8 @@ * fixed a lot of RFC compliance issues. */ -#ifndef RTSP_H -#define RTSP_H +#ifndef MPLAYER_RTSP_H +#define MPLAYER_RTSP_H /* some codes returned by rtsp_request_* functions */ @@ -80,4 +80,4 @@ void rtsp_unschedule_field(rtsp_t *s, const char *string); void rtsp_unschedule_all(rtsp_t *s); -#endif /* RTSP_H */ +#endif /* MPLAYER_RTSP_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/librtsp/rtsp_rtp.h --- a/stream/librtsp/rtsp_rtp.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/librtsp/rtsp_rtp.h Fri Feb 22 09:09:46 2008 +0000 @@ -18,8 +18,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef RTSP_RTP_H -#define RTSP_RTP_H +#ifndef MPLAYER_RTSP_RTP_H +#define MPLAYER_RTSP_RTP_H #include "rtsp.h" @@ -37,5 +37,5 @@ void rtp_session_free (struct rtp_rtsp_session_t *st); void rtcp_send_rr (rtsp_t *s, struct rtp_rtsp_session_t *st); -#endif /* RTSP_RTP_H */ +#endif /* MPLAYER_RTSP_RTP_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/librtsp/rtsp_session.h --- a/stream/librtsp/rtsp_session.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/librtsp/rtsp_session.h Fri Feb 22 09:09:46 2008 +0000 @@ -28,8 +28,8 @@ * Support for MPEG-TS streaming through RFC compliant RTSP servers */ -#ifndef HAVE_RTSP_SESSION_H -#define HAVE_RTSP_SESSION_H +#ifndef MPLAYER_RTSP_SESSION_H +#define MPLAYER_RTSP_SESSION_H typedef struct rtsp_session_s rtsp_session_t; @@ -40,4 +40,4 @@ void rtsp_session_end(rtsp_session_t *session); -#endif /* HAVE_RTSP_SESSION_H */ +#endif /* MPLAYER_RTSP_SESSION_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/netstream.h --- a/stream/netstream.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/netstream.h Fri Feb 22 09:09:46 2008 +0000 @@ -7,8 +7,8 @@ * Data is always low endian */ -#ifndef NETSTREAM_H -#define NETSTREAM_H +#ifndef MPLAYER_NETSTREAM_H +#define MPLAYER_NETSTREAM_H typedef struct mp_net_stream_packet_st { uint16_t len; @@ -138,4 +138,4 @@ o->end_pos = le2me_64(o->end_pos); } -#endif /* NETSTREAM_H */ +#endif /* MPLAYER_NETSTREAM_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/network.h --- a/stream/network.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/network.h Fri Feb 22 09:09:46 2008 +0000 @@ -4,8 +4,8 @@ * (C) 2001, MPlayer team. */ -#ifndef NETWORK_H -#define NETWORK_H +#ifndef MPLAYER_NETWORK_H +#define MPLAYER_NETWORK_H #include #include @@ -63,4 +63,4 @@ int http_authenticate(HTTP_header_t *http_hdr, URL_t *url, int *auth_retry); URL_t* check4proxies(URL_t *url); -#endif /* NETWORK_H */ +#endif /* MPLAYER_NETWORK_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/pnm.h --- a/stream/pnm.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/pnm.h Fri Feb 22 09:09:46 2008 +0000 @@ -22,8 +22,8 @@ * pnm util functions header by joschka */ -#ifndef PNM_H -#define PNM_H +#ifndef MPLAYER_PNM_H +#define MPLAYER_PNM_H #include /*#include "xine_internal.h" */ @@ -34,4 +34,4 @@ //int pnm_read (pnm_t *this, char *data, int len); -#endif /* PNM_H */ +#endif /* MPLAYER_PNM_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/pvr.h --- a/stream/pvr.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/pvr.h Fri Feb 22 09:09:46 2008 +0000 @@ -21,8 +21,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PVR_H -#define PVR_H +#ifndef MPLAYER_PVR_H +#define MPLAYER_PVR_H #include "tv.h" @@ -84,4 +84,4 @@ */ int pvr_force_freq_step (stream_t *stream, int step); -#endif /* PVR_H */ +#endif /* MPLAYER_PVR_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/realrtsp/asmrp.h --- a/stream/realrtsp/asmrp.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/realrtsp/asmrp.h Fri Feb 22 09:09:46 2008 +0000 @@ -37,11 +37,11 @@ */ -#ifndef ASMRP_H -#define ASMRP_H +#ifndef MPLAYER_ASMRP_H +#define MPLAYER_ASMRP_H #define MAX_RULEMATCHES 16 int asmrp_match (const char *rules, int bandwidth, int *matches) ; -#endif /* ASMRP_H */ +#endif /* MPLAYER_ASMRP_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/realrtsp/real.h --- a/stream/realrtsp/real.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/realrtsp/real.h Fri Feb 22 09:09:46 2008 +0000 @@ -27,8 +27,8 @@ * */ -#ifndef HAVE_REAL_H -#define HAVE_REAL_H +#ifndef MPLAYER_REAL_H +#define MPLAYER_REAL_H #include "rmff.h" #include "../librtsp/rtsp.h" @@ -57,4 +57,4 @@ struct real_rtsp_session_t *init_real_rtsp_session (void); void free_real_rtsp_session (struct real_rtsp_session_t* real_session); -#endif /* HAVE_REAL_H */ +#endif /* MPLAYER_REAL_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/realrtsp/rmff.h --- a/stream/realrtsp/rmff.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/realrtsp/rmff.h Fri Feb 22 09:09:46 2008 +0000 @@ -26,6 +26,9 @@ * adopted from joschkas real tools */ +#ifndef MPLAYER_RMFF_H +#define MPLAYER_RMFF_H + #include #include "config.h" #ifndef HAVE_WINSOCK2 @@ -43,10 +46,6 @@ #include -#ifndef HAVE_RMFF_H -#define HAVE_RMFF_H - - #define RMFF_HEADER_SIZE 0x12 #define RMFF_FILEHEADER_SIZE 18 @@ -273,4 +272,4 @@ */ void rmff_free_header(rmff_header_t *h); -#endif /* HAVE_RMFF_H */ +#endif /* MPLAYER_RMFF_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/realrtsp/sdpplin.h --- a/stream/realrtsp/sdpplin.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/realrtsp/sdpplin.h Fri Feb 22 09:09:46 2008 +0000 @@ -25,9 +25,9 @@ * sdp/sdpplin parser. * */ - -#ifndef HAVE_SDPPLIN_H -#define HAVE_SDPPLIN_H + +#ifndef MPLAYER_SDPPLIN_H +#define MPLAYER_SDPPLIN_H #include "rmff.h" #include "../librtsp/rtsp.h" @@ -105,4 +105,4 @@ void sdpplin_free(sdpplin_t *description); -#endif /* HAVE_SDPPLIN_H */ +#endif /* MPLAYER_SDPPLIN_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/realrtsp/xbuffer.h --- a/stream/realrtsp/xbuffer.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/realrtsp/xbuffer.h Fri Feb 22 09:09:46 2008 +0000 @@ -13,9 +13,8 @@ * */ - -#ifndef XBUFFER_H -#define XBUFFER_H +#ifndef MPLAYER_XBUFFER_H +#define MPLAYER_XBUFFER_H void *xbuffer_init(int chunk_size); void *xbuffer_free(void *buf); @@ -23,4 +22,4 @@ void *xbuffer_ensure_size(void *buf, int size); void *xbuffer_strcat(void *buf, char *data); -#endif /* XBUFFER_H */ +#endif /* MPLAYER_XBUFFER_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/rtp.h --- a/stream/rtp.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/rtp.h Fri Feb 22 09:09:46 2008 +0000 @@ -5,9 +5,9 @@ * $Id$ */ -#ifndef RTP_H -#define RTP_H +#ifndef MPLAYER_RTP_H +#define MPLAYER_RTP_H int read_rtp_from_server(int fd, char *buffer, int length); -#endif /* RTP_H */ +#endif /* MPLAYER_RTP_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/stream.h --- a/stream/stream.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/stream.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef STREAM_H -#define STREAM_H +#ifndef MPLAYER_STREAM_H +#define MPLAYER_STREAM_H #include "mp_msg.h" #include @@ -311,4 +311,4 @@ int channels; } stream_language_t; -#endif /* STREAM_H */ +#endif /* MPLAYER_STREAM_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/stream_dvd.h --- a/stream/stream_dvd.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/stream_dvd.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef STREAM_DVD_H -#define STREAM_DVD_H +#ifndef MPLAYER_STREAM_DVD_H +#define MPLAYER_STREAM_DVD_H #ifdef USE_DVDREAD_INTERNAL #include "dvdread/dvd_reader.h" @@ -48,4 +48,4 @@ int dvd_sid_from_lang(stream_t *stream, unsigned char* lang); int dvd_chapter_from_cell(dvd_priv_t *dvd,int title,int cell); -#endif /* STREAM_DVD_H */ +#endif /* MPLAYER_STREAM_DVD_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/stream_dvd_common.h --- a/stream/stream_dvd_common.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/stream_dvd_common.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,6 +1,6 @@ -#ifndef STREAM_DVD_COMMON_H -#define STREAM_DVD_COMMON_H +#ifndef MPLAYER_STREAM_DVD_COMMON_H +#define MPLAYER_STREAM_DVD_COMMON_H int mp_dvdtimetomsec(dvd_time_t *dt); -#endif /* STREAM_DVD_COMMON_H */ +#endif /* MPLAYER_STREAM_DVD_COMMON_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/stream_radio.h --- a/stream/stream_radio.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/stream_radio.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef STREAM_RADIO_H -#define STREAM_RADIO_H +#ifndef MPLAYER_STREAM_RADIO_H +#define MPLAYER_STREAM_RADIO_H #define RADIO_CHANNEL_LOWER 1 #define RADIO_CHANNEL_HIGHER 2 @@ -41,4 +41,4 @@ int radio_step_channel(struct stream_st *stream, int direction); int radio_step_freq(struct stream_st *stream, float step_interval); -#endif +#endif /* MPLAYER_STREAM_RADIO_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/tcp.h --- a/stream/tcp.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/tcp.h Fri Feb 22 09:09:46 2008 +0000 @@ -19,8 +19,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef TCP_H -#define TCP_H +#ifndef MPLAYER_TCP_H +#define MPLAYER_TCP_H /* Connect to a server using a TCP connection */ int connect2Server (char *host, int port, int verb); @@ -29,4 +29,4 @@ #define TCP_ERROR_FATAL -2 /* unable to resolve name */ #define TCP_ERROR_PORT -1 /* unable to connect to a particular port */ -#endif /* TCP_H */ +#endif /* MPLAYER_TCP_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/tv.h --- a/stream/tv.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/tv.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef TV_H -#define TV_H +#ifndef MPLAYER_TV_H +#define MPLAYER_TV_H //#include "libao2/afmt.h" //#include "libmpcodecs/img_format.h" @@ -344,4 +344,4 @@ int bufsize; ///< required buffer size } tt_stream_props; -#endif /* TV_H */ +#endif /* MPLAYER_TV_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/tvi_def.h --- a/stream/tvi_def.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/tvi_def.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef TVI_DEF_H -#define TVI_DEF_H +#ifndef MPLAYER_TVI_DEF_H +#define MPLAYER_TVI_DEF_H #include /* malloc */ #include /* memset */ @@ -107,4 +107,4 @@ } } -#endif /* TVI_DEF_H */ +#endif /* MPLAYER_TVI_DEF_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/tvi_dshow.h --- a/stream/tvi_dshow.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/tvi_dshow.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef TVI_DSHOW_H_ -#define TVI_DSHOW_H_ +#ifndef MPLAYER_TVI_DSHOW_H +#define MPLAYER_TVI_DSHOW_H /// \defgroup tvi_dshow TV driver (Directshow) @@ -690,4 +690,4 @@ #define OLE_RELEASE_SAFE(p) if(p){ OLE_CALL((IUnknown*)p,Release); p=NULL;} #define OLE_QUERYINTERFACE(p,iface,ptr) OLE_CALL_ARGS((IUnknown*)p,QueryInterface,&iface,(void*)&ptr) -#endif // TVI_DSHOW_H_ +#endif /* MPLAYER_TVI_DSHOW_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/udp.h --- a/stream/udp.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/udp.h Fri Feb 22 09:09:46 2008 +0000 @@ -17,9 +17,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef UDP_H -#define UDP_H +#ifndef MPLAYER_UDP_H +#define MPLAYER_UDP_H int udp_open_socket (URL_t *url); -#endif /* UDP_H */ +#endif /* MPLAYER_UDP_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/url.h --- a/stream/url.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/url.h Fri Feb 22 09:09:46 2008 +0000 @@ -4,8 +4,8 @@ * (C) 2001, MPlayer team. */ -#ifndef URL_H -#define URL_H +#ifndef MPLAYER_URL_H +#define MPLAYER_URL_H //#define URL_DEBUG @@ -30,4 +30,4 @@ void url_debug(const URL_t* url); #endif /* URL_DEBUG */ -#endif /* URL_H */ +#endif /* MPLAYER_URL_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/vcd_read.h --- a/stream/vcd_read.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/vcd_read.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef VCD_READ_H -#define VCD_READ_H +#ifndef MPLAYER_VCD_READ_H +#define MPLAYER_VCD_READ_H #include "libavutil/intreadwrite.h" //=================== VideoCD ========================== @@ -225,4 +225,4 @@ #endif -#endif /* VCD_READ_H */ +#endif /* MPLAYER_VCD_READ_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/vcd_read_darwin.h --- a/stream/vcd_read_darwin.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/vcd_read_darwin.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef VCD_READ_DARWIN_H -#define VCD_READ_DARWIN_H +#ifndef MPLAYER_VCD_READ_DARWIN_H +#define MPLAYER_VCD_READ_DARWIN_H #include #include @@ -203,4 +203,4 @@ return VCD_SECTOR_DATA; } -#endif /* VCD_READ_DARWIN_H */ +#endif /* MPLAYER_VCD_READ_DARWIN_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/vcd_read_fbsd.h --- a/stream/vcd_read_fbsd.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/vcd_read_fbsd.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef VCD_READ_FBSD_H -#define VCD_READ_FBSD_H +#ifndef MPLAYER_VCD_READ_FBSD_H +#define MPLAYER_VCD_READ_FBSD_H #include #include @@ -233,4 +233,4 @@ return VCD_SECTOR_DATA; } -#endif /* VCD_READ_FBSD_H */ +#endif /* MPLAYER_VCD_READ_FBSD_H */ diff -r afd429e00184 -r 4129c8cfa742 stream/vcd_read_win32.h --- a/stream/vcd_read_win32.h Fri Feb 22 08:08:19 2008 +0000 +++ b/stream/vcd_read_win32.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef VCD_READ_WIN32_H -#define VCD_READ_WIN32_H +#ifndef MPLAYER_VCD_READ_WIN32_H +#define MPLAYER_VCD_READ_WIN32_H #include @@ -130,7 +130,7 @@ return VCD_SECTOR_DATA; } -#endif /* VCD_READ_WIN32_H */ +#endif /* MPLAYER_VCD_READ_WIN32_H */ /* vim:noet:sw=4:cino=\:0,g0 diff -r afd429e00184 -r 4129c8cfa742 sub_cc.h --- a/sub_cc.h Fri Feb 22 08:08:19 2008 +0000 +++ b/sub_cc.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,10 +1,10 @@ -#ifndef SUB_CC_H -#define SUB_CC_H +#ifndef MPLAYER_SUB_CC_H +#define MPLAYER_SUB_CC_H extern int subcc_enabled; void subcc_init(void); void subcc_process_data(unsigned char *inputdata,unsigned int len); -#endif /* SUB_CC_H */ +#endif /* MPLAYER_SUB_CC_H */ diff -r afd429e00184 -r 4129c8cfa742 subopt-helper.h --- a/subopt-helper.h Fri Feb 22 08:08:19 2008 +0000 +++ b/subopt-helper.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef SUBOPT_HELPER_H -#define SUBOPT_HELPER_H +#ifndef MPLAYER_SUBOPT_HELPER_H +#define MPLAYER_SUBOPT_HELPER_H /** * \file subopt-helper.h @@ -47,4 +47,4 @@ int strargcmp(strarg_t *arg, const char *str); int strargcasecmp(strarg_t *arg, char *str); -#endif /* SUBOPT_HELPER_H */ +#endif /* MPLAYER_SUBOPT_HELPER_H */ diff -r afd429e00184 -r 4129c8cfa742 unrar_exec.h --- a/unrar_exec.h Fri Feb 22 08:08:19 2008 +0000 +++ b/unrar_exec.h Fri Feb 22 09:09:46 2008 +0000 @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef UNRAR_EXEC_H -#define UNRAR_EXEC_H +#ifndef MPLAYER_UNRAR_EXEC_H +#define MPLAYER_UNRAR_EXEC_H struct RAR_archive_entry { @@ -51,4 +51,4 @@ void unrar_exec_freelist(ArchiveList_struct *list); -#endif /* UNRAR_EXEC_H */ +#endif /* MPLAYER_UNRAR_EXEC_H */ diff -r afd429e00184 -r 4129c8cfa742 xvid_vbr.h --- a/xvid_vbr.h Fri Feb 22 08:08:19 2008 +0000 +++ b/xvid_vbr.h Fri Feb 22 09:09:46 2008 +0000 @@ -23,8 +23,8 @@ * *****************************************************************************/ -#ifndef XVID_VBR_H -#define XVID_VBR_H +#ifndef MPLAYER_XVID_VBR_H +#define MPLAYER_XVID_VBR_H #define VBR_VERSION 0 @@ -228,4 +228,4 @@ int ublocks); extern int vbrFinish(vbr_control_t *state); -#endif /* XVID_VBR_H */ +#endif /* MPLAYER_XVID_VBR_H */ diff -r afd429e00184 -r 4129c8cfa742 xvmc_render.h --- a/xvmc_render.h Fri Feb 22 08:08:19 2008 +0000 +++ b/xvmc_render.h Fri Feb 22 09:09:46 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef XVMC_RENDER_H -#define XVMC_RENDER_H +#ifndef MPLAYER_XVMC_RENDER_H +#define MPLAYER_XVMC_RENDER_H #include #include @@ -52,4 +52,4 @@ } xvmc_render_state_t; -#endif /* XVMC_RENDER_H */ +#endif /* MPLAYER_XVMC_RENDER_H */