[Ffmpeg-cvslog] r7934 - in trunk: configure libavcodec/alpha/dsputil_alpha_asm.S libavcodec/alpha/motion_est_mvi_asm.S

mru subversion
Sun Feb 11 17:39:09 CET 2007


Author: mru
Date: Sun Feb 11 17:39:09 2007
New Revision: 7934

Modified:
   trunk/configure
   trunk/libavcodec/alpha/dsputil_alpha_asm.S
   trunk/libavcodec/alpha/motion_est_mvi_asm.S

Log:
rename HAVE_GPROF to CONFIG_GPROF


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Feb 11 17:39:09 2007
@@ -484,6 +484,7 @@
     ffplay
     ffserver
     gpl
+    gprof
     ipv6
     liba52bin
     libdts
@@ -530,7 +531,6 @@
     dlopen
     fast_cmov
     freetype2
-    gprof
     imlib2
     inet_aton
     iwmmxt

Modified: trunk/libavcodec/alpha/dsputil_alpha_asm.S
==============================================================================
--- trunk/libavcodec/alpha/dsputil_alpha_asm.S	(original)
+++ trunk/libavcodec/alpha/dsputil_alpha_asm.S	Sun Feb 11 17:39:09 2007
@@ -53,7 +53,7 @@
         .frame sp, 0, ra
         .prologue 0
 
-#ifdef HAVE_GPROF
+#ifdef CONFIG_GPROF
         lda     AT, _mcount
         jsr     AT, (AT), _mcount
 #endif
@@ -150,7 +150,7 @@
         .frame sp, 0, ra
         .prologue 0
 
-#ifdef HAVE_GPROF
+#ifdef CONFIG_GPROF
         lda     AT, _mcount
         jsr     AT, (AT), _mcount
 #endif
@@ -205,7 +205,7 @@
         .frame sp, 0, ra
         .prologue 0
 
-#ifdef HAVE_GPROF
+#ifdef CONFIG_GPROF
         lda     AT, _mcount
         jsr     AT, (AT), _mcount
 #endif

Modified: trunk/libavcodec/alpha/motion_est_mvi_asm.S
==============================================================================
--- trunk/libavcodec/alpha/motion_est_mvi_asm.S	(original)
+++ trunk/libavcodec/alpha/motion_est_mvi_asm.S	Sun Feb 11 17:39:09 2007
@@ -55,7 +55,7 @@
         .frame sp, 0, ra, 0
         .prologue 0
 
-#ifdef HAVE_GPROF
+#ifdef CONFIG_GPROF
         lda     AT, _mcount
         jsr     AT, (AT), _mcount
 #endif




More information about the ffmpeg-cvslog mailing list