OSDN Git Service

rename HAVE_GPROF to CONFIG_GPROF
authorMåns Rullgård <mans@mansr.com>
Sun, 11 Feb 2007 16:39:09 +0000 (16:39 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 11 Feb 2007 16:39:09 +0000 (16:39 +0000)
Originally committed as revision 7934 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure
libavcodec/alpha/dsputil_alpha_asm.S
libavcodec/alpha/motion_est_mvi_asm.S

index 0047e52..a556e43 100755 (executable)
--- 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
index 367f2d7..dbdf279 100644 (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
index 6015a78..cdf40b1 100644 (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