summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-02-11 16:39:09 +0000
committerMåns Rullgård <mans@mansr.com>2007-02-11 16:39:09 +0000
commitecfc4f44369553be8671beba2a8a5b295b09975a (patch)
tree88da15167674204bfc6c7ad5f70528fb70d86fd3
parent0900a85fe8f21374721a8a59642a8cdd2d5ddff3 (diff)
rename HAVE_GPROF to CONFIG_GPROF
Originally committed as revision 7934 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
-rw-r--r--libavcodec/alpha/dsputil_alpha_asm.S6
-rw-r--r--libavcodec/alpha/motion_est_mvi_asm.S2
3 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 0047e52457..a556e4319b 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/libavcodec/alpha/dsputil_alpha_asm.S b/libavcodec/alpha/dsputil_alpha_asm.S
index 367f2d7431..dbdf279baf 100644
--- a/libavcodec/alpha/dsputil_alpha_asm.S
+++ b/libavcodec/alpha/dsputil_alpha_asm.S
@@ -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
diff --git a/libavcodec/alpha/motion_est_mvi_asm.S b/libavcodec/alpha/motion_est_mvi_asm.S
index 6015a78246..cdf40b1f36 100644
--- a/libavcodec/alpha/motion_est_mvi_asm.S
+++ b/libavcodec/alpha/motion_est_mvi_asm.S
@@ -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