rename HAVE_GPROF to CONFIG_GPROF

Originally committed as revision 7934 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-02-11 16:39:09 +00:00
parent 0900a85fe8
commit ecfc4f4436
3 changed files with 5 additions and 5 deletions

2
configure vendored
View File

@ -484,6 +484,7 @@ CONFIG_LIST='
ffplay ffplay
ffserver ffserver
gpl gpl
gprof
ipv6 ipv6
liba52bin liba52bin
libdts libdts
@ -530,7 +531,6 @@ HAVE_LIST='
dlopen dlopen
fast_cmov fast_cmov
freetype2 freetype2
gprof
imlib2 imlib2
inet_aton inet_aton
iwmmxt iwmmxt

View File

@ -53,7 +53,7 @@ put_pixels_axp_asm:
.frame sp, 0, ra .frame sp, 0, ra
.prologue 0 .prologue 0
#ifdef HAVE_GPROF #ifdef CONFIG_GPROF
lda AT, _mcount lda AT, _mcount
jsr AT, (AT), _mcount jsr AT, (AT), _mcount
#endif #endif
@ -150,7 +150,7 @@ put_pixels_clamped_mvi_asm:
.frame sp, 0, ra .frame sp, 0, ra
.prologue 0 .prologue 0
#ifdef HAVE_GPROF #ifdef CONFIG_GPROF
lda AT, _mcount lda AT, _mcount
jsr AT, (AT), _mcount jsr AT, (AT), _mcount
#endif #endif
@ -205,7 +205,7 @@ add_pixels_clamped_mvi_asm:
.frame sp, 0, ra .frame sp, 0, ra
.prologue 0 .prologue 0
#ifdef HAVE_GPROF #ifdef CONFIG_GPROF
lda AT, _mcount lda AT, _mcount
jsr AT, (AT), _mcount jsr AT, (AT), _mcount
#endif #endif

View File

@ -55,7 +55,7 @@ pix_abs16x16_mvi_asm:
.frame sp, 0, ra, 0 .frame sp, 0, ra, 0
.prologue 0 .prologue 0
#ifdef HAVE_GPROF #ifdef CONFIG_GPROF
lda AT, _mcount lda AT, _mcount
jsr AT, (AT), _mcount jsr AT, (AT), _mcount
#endif #endif