[SCM] libav/experimental: emms --> emms_c, taken from a patch by Ronald Bultje

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:01:15 UTC 2013


The following commit has been merged in the experimental branch:
commit bcbd6603dd805e9a56c90493a6a84a96d1066b05
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Thu Jun 7 21:31:26 2007 +0000

    emms --> emms_c, taken from a patch by Ronald Bultje
    
    Originally committed as revision 9253 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c
index ecdb62a..883dd56 100644
--- a/libavcodec/motion-test.c
+++ b/libavcodec/motion-test.c
@@ -112,7 +112,7 @@ void test_motion(const char *name,
             }
         }
     }
-    emms();
+    emms_c();
 
     /* speed test */
     ti = gettime();
@@ -125,7 +125,7 @@ void test_motion(const char *name,
             }
         }
     }
-    emms();
+    emms_c();
     dummy = d1; /* avoid optimisation */
     ti = gettime() - ti;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list