diff options
author | Måns Rullgård <mans@mansr.com> | 2007-02-11 16:39:09 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-02-11 16:39:09 +0000 |
commit | ecfc4f44369553be8671beba2a8a5b295b09975a (patch) | |
tree | 88da15167674204bfc6c7ad5f70528fb70d86fd3 /libavcodec/alpha/motion_est_mvi_asm.S | |
parent | 0900a85fe8f21374721a8a59642a8cdd2d5ddff3 (diff) | |
download | ffmpeg-ecfc4f44369553be8671beba2a8a5b295b09975a.tar.gz |
rename HAVE_GPROF to CONFIG_GPROF
Originally committed as revision 7934 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/alpha/motion_est_mvi_asm.S')
-rw-r--r-- | libavcodec/alpha/motion_est_mvi_asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |