[mythtv] [PATCH] Re: Mythtranscode problems

Geoffrey Hausheer ou401cru02 at sneakemail.com
Sun Nov 16 23:14:39 EST 2003


On Sun, 16 Nov 2003 14:08:22 -0500, "Isaac Richards" said:
> > By the way, I'm seeing lots of uninitialized variables in libavcodec, but
> > it's hard to debug since valgrind doesn't support MMX.
> 
> I generally build with mmx turned off completely for that -- just need to 
> comment it out of settings.pro, and edit config.h and config.mak.

I've done that, but when I rfecompile, I get:
../../libs/libavcodec/libavcodec.a(utils.o)(.text+0xa37): In function
`avcodec_encode_video':
/home/ghaushe/cvs/mythtv/libs/libavcodec/utils.c:398: undefined reference
to `mm_flags'

when linking the programs.

Anyhow, not really sure what is going on.  I removed the -DMMX from
settings.pro, 
set:
__CPU__ 486
HAVE_MMX 0
in config.h

and:
TARGET_MMX=no
 in config.mak.

Then a make distclean, etc.  Is there something else I should do?

.Geoff


More information about the mythtv-dev mailing list