From ecfc4f44369553be8671beba2a8a5b295b09975a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 11 Feb 2007 16:39:09 +0000 Subject: [PATCH] rename HAVE_GPROF to CONFIG_GPROF Originally committed as revision 7934 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- libavcodec/alpha/dsputil_alpha_asm.S | 6 +++--- libavcodec/alpha/motion_est_mvi_asm.S | 2 +- 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