Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: tosvcd and MMX




The patch removes the '-M MMX' in the command line for yuvscaler. New versions of yuvscaler don't support this any more.

Cheers,

Matthias

--- tosvcd.c.orig 2002-12-09 10:24:57.000000000 +0100
+++ tosvcd.c 2003-12-28 19:40:52.000000000 +0100
@@ -908,15 +908,15 @@
}
else {
if (vcdonly)
- sprintf(p, " -I ACTIVE_%dx%d+0+%d -O VCD -M MMX |",
+ sprintf(p, " -I ACTIVE_%dx%d+0+%d -O VCD |",
mpeg2dec->width(), theight - widescreen*2, widescreen);
else
- sprintf(p, " -I ACTIVE_%dx%d+0+%d -O SVCD -M MMX |",
+ sprintf(p, " -I ACTIVE_%dx%d+0+%d -O SVCD |",
mpeg2dec->width(), theight - widescreen*2, widescreen);
}
}
else
- sprintf(p, " -O %sVCD -M MMX |", vcdonly ? "" : "S");
+ sprintf(p, " -O %sVCD |", vcdonly ? "" : "S");
}
while (*p)
++p;




--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index