From aa2cf4049409b0e225a462f0d452f5ed1a124b01 Mon Sep 17 00:00:00 2001 From: mru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b> Date: Sun, 11 Feb 2007 16:39:09 +0000 Subject: [PATCH] rename HAVE_GPROF to CONFIG_GPROF git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7934 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- 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 0047e5245..a556e4319 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 367f2d743..dbdf279ba 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 6015a7824..cdf40b1f3 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 -- 2.25.4