I've been trying to get this working for a couple weeks now without any
success. I'm running SVN version. I used to be able to run:<br>
<br>
./configure --enable-proc-opt --disable-audio-arts --disable-audio-jack
--disable-joystick-menu --disable-firewire --disable-dbox2
--disable-v4l --disable-ivtv --enable-dvb
--dvb-path=/usr/src/linux/include --enable-xvmc --enable-opengl-vsync<br>
qmake <a href="http://mythtv.pro">mythtv.pro</a><br>
make<br>
make install<br>
{cd to mythplugins directory}<br>
./configure --enable-opengl --enable-fftw --enable-sdl --enable-aac
--enable-transcode --enable-vcd --disable-mythgallery
--disable-mythphone<br>
qmake <a href="http://mythplugins.pro">mythplugins.pro</a><br>
make<br>
make install<br>
<br>
And all would be happy, but now I get this:<br>
<br>
gcc -c -pipe -march=k8 -Wall -W -g -D_REENTRANT -DPIC -fPIC<br>
-D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DMMX -Di386<br>
-D_FILE_OFFSET_BITS=64 -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED<br>
-DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I.<br>-I../../../../local/include -I/usr/kde/3.3/include<br>-I../../../../local/include -I../../../linux-<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://2.6.12.5/X11R6/include" target="_blank">
2.6.12.5/include<br>-I../../../../X11R6/include</a> -I/usr/include/cdda<br>-I../../../../include/qt3 -I../../../../X11R6/include -o<br>zoom_filter_xmmx.o goom/zoom_filter_xmmx.c<br>{standard input}: Assembler messages:<br>
{standard input}:126: Error: suffix or operands invalid for `movq'<br>{standard input}:127: Error: suffix or operands invalid for `movq'<br><br>
Google brings up lots of links with others that have assembler message errors but I couldn't find anything helpful.<br>
Am I the only one?<br>
<br>
I've tried compiling forcing --arch=i686 (still fails same way),
--disable-mmx then it compiles but recorded streams from tv (DVB) are
extremely choppy with many prebuffering messages.<br>
<br>
The only way to get rid of it is to not compile goom in, but I really like goom. :(<br>
<br>
Anyone?<br>
<br>
Thanks,<br>
-Greg<br>