1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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
ffserver
gpl
gprof
ipv6
liba52bin
libdts
@ -530,7 +531,6 @@ HAVE_LIST='
dlopen
fast_cmov
freetype2
gprof
imlib2
inet_aton
iwmmxt

View File

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

View File

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