From 8102023d0bb21deaff27b1931d8ecc78ea709ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 20 Jun 2008 13:24:29 +0000 Subject: Fix compilation on generic x86/amd64 and include deinterlace2 in the build system. Because of several bugs it's still... Original commit message from CVS: * configure.ac: * gst/deinterlace2/Makefile.am: * gst/deinterlace2/tvtime/greedyh.asm: * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc: Fix compilation on generic x86/amd64 and include deinterlace2 in the build system. Because of several bugs it's still enabled only by --enable-experimental. --- gst/deinterlace2/tvtime/greedyh.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/deinterlace2/tvtime/greedyh.asm') diff --git a/gst/deinterlace2/tvtime/greedyh.asm b/gst/deinterlace2/tvtime/greedyh.asm index 92ad1fe1..8fd0ab66 100644 --- a/gst/deinterlace2/tvtime/greedyh.asm +++ b/gst/deinterlace2/tvtime/greedyh.asm @@ -282,7 +282,8 @@ void FUNCT_NAME( GstDeinterlace2 *object) #ifdef HAVE_CPU_I386 "st", "st(1)", "st(2)", "st(3)", "st(4)", "st(5)", "st(6)", "st(7)", #endif - "mm0", "mm1", "mm2", "mm3", "mm4", "mm5", "mm6", "mm7", + /* FIXME: breaks unless compiling with -mmmx + "mm0", "mm1", "mm2", "mm3", "mm4", "mm5", "mm6", "mm7", */ "memory", "cc" ); -- cgit v1.2.1