1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 12:11:52 +00:00
mpv/libmenu
gpoirier 1c88c0fce4 fix gprof support (aka work around gprof's brain dead design)
as stated here: http://sourceware.org/binutils/docs-2.17/gprof/Implementation.html
mcount() is a symbol reserved by gprof to perform instrumentation, so we shouldn't declare a symbol that has this name
Fixes issue discussed here:
date: Jan 3, 2007 3:17 PM
subject: [MPlayer-advusers] gcc, mplayer and profile (mcount)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21815 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-04 16:00:27 +00:00
..
Makefile FFmpeg-style dependency declaration 2006-11-27 13:42:36 +00:00
menu_cmdlist.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu_console.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu_dvbin.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu_filesel.c Handle windows path separator in filesel menu. 2006-10-29 21:10:59 +00:00
menu_list.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu_list.h better readability on selected menu item by tweaking alpha channel properties 2006-09-09 09:07:02 +00:00
menu_param.c added new helpers to allow easy metadata retrieval and make libmenu use them 2006-08-25 23:14:32 +00:00
menu_pt.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu_txt.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu.c fix gprof support (aka work around gprof's brain dead design) 2007-01-04 16:00:27 +00:00
menu.h support multiple actions in menu's file browser using key bindings 2006-08-22 19:59:53 +00:00
vf_menu.c fix menu toggle/hide issues 2006-08-22 19:40:50 +00:00