[mythtv] Current state of MythTv using Via XvMC VLD Hardware MPEG decoding

Daniel Kristjansson danielk at cat.nyu.edu
Mon May 2 13:51:04 UTC 2005


> 9. My MythTv config line is:
> 	./configure --prefix=/usr --enable-xvmc-vld --cpu=i686\
> 	--enable-dvb-eit --enable-dvb\
> 	--dvb-path=/data/src/MythTv/include; qmake mythtv.pro
> 	Note: "--cpu=i686" is needed to get MMX working.

This seems to be the opposite of what you want. The i686 CPU is a
a pre-MMX cpu and is not compatible with the c3. The c3 and c3-2
CPU's both do have MMX. If you want a single binary for both the
c3 and c3-2, you probably want to use --arch=pentium-mmx

PS If this is with the 0.18 release and not CVS, then you should use
c3 or c3-2 and add --enable-mmx, since these processors had not yet
been added to the mmx CPU's list when 0.18 went out.

-- Daniel




More information about the mythtv-dev mailing list