[SCM] libav/experimental: fixed a warning

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


The following commit has been merged in the experimental branch:
commit 541c4eb9ba953f5fc038bcd8d01ba5ec1fec23a6
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Oct 29 19:54:22 2001 +0000

    fixed a warning
    
    Originally committed as revision 2541 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

diff --git a/postproc/swscale.c b/postproc/swscale.c
index 3bcbb84..2d68bfd 100644
--- a/postproc/swscale.c
+++ b/postproc/swscale.c
@@ -10,6 +10,7 @@
 #include "../config.h"
 #include "swscale.h"
 #include "../mmx_defs.h"
+#undef MOVNTQ
 
 //#undef HAVE_MMX2
 //#undef HAVE_MMX
diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c
index 3bcbb84..2d68bfd 100644
--- a/postproc/swscale_template.c
+++ b/postproc/swscale_template.c
@@ -10,6 +10,7 @@
 #include "../config.h"
 #include "swscale.h"
 #include "../mmx_defs.h"
+#undef MOVNTQ
 
 //#undef HAVE_MMX2
 //#undef HAVE_MMX

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list