[mythtv] multirec branch - missing MM_SSE and others - SOLVED by removing --arch=athlon-xp

Ashley Bostock abostock at gmail.com
Thu Dec 13 21:46:16 UTC 2007


On 13/12/2007, Petr Stehlik <pstehlik at sophics.cz> wrote:
>
> Hi,
>
> I have actually managed to compress the whole message into the subject
> of this mail.
>
> In other words - I've been using ./configure --arch=athlon-xp for years
> but today (=after the last svn resync) the HAVE_MMX got undefined and
> after a few trials I found out that removing the --arch line helps.
>
> Maybe that the --arch parameter of the configure script is unneeded but
> right now it is compiling for "-march=pentiumpro" which doesn't sound as
> the best match for my Athlon XP... Any suggestion is welcome.
>
> Petr
>
> P.S. now it sounds like a -users question but I originally wanted to
> report it as a bug..
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>


Is the missing MM_SSE you mention the same as this error I'm seeing when
compiling (not multirec branch) on Mac OSX?

gcc -c -pipe -mcpu=7450 -mpowerpc-gfxopt -fomit-frame-pointer -O3
-I/Users/ardnut/src/OSX/.osx-packager/build/include -no-cpp-precomp -pipe
-force_cpusubtype_ALL -Wno-sign-compare -faltivec -Wall -Wno-switch
-Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign
-Wno-missing-prototypes -DPIC -fPIC  -DUSING_APPLEREMOTE -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64
-DPREFIX=\"/Users/ardnut/src/OSX/.osx-packager/build\"
-DLIBDIR=\"/Users/ardnut/src/OSX/.osx-packager/build/lib\" -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT
-I/Users/ardnut/src/OSX/.osx-packager/build/mkspecs/default -I.
-I../../../../../build/include -I../../../../../build/include
-I../../libs/libavcodec -I../../libs/libavutil -I../../libs/libmythtv
-I../../libs/libavcodec -I../..
-I/Users/ardnut/src/OSX/.osx-packager/build/include -o filter_greedyhdeint.o
filter_greedyhdeint.c
filter_greedyhdeint.c: In function 'GreedyHDeint':
filter_greedyhdeint.c:235: error: 'MM_SSE' undeclared (first use in this
function)
filter_greedyhdeint.c:235: error: (Each undeclared identifier is reported
only once
filter_greedyhdeint.c:235: error: for each function it appears in.)
filter_greedyhdeint.c:237: warning: implicit declaration of function
'greedyh_filter_sse'
filter_greedyhdeint.c:240: error: 'MM_3DNOW' undeclared (first use in this
function)
filter_greedyhdeint.c:242: warning: implicit declaration of function
'greedyh_filter_3dnow'
filter_greedyhdeint.c:245: error: 'MM_MMX' undeclared (first use in this
function)
filter_greedyhdeint.c:247: warning: implicit declaration of function
'greedyh_filter_mmx'
make[2]: *** [filter_greedyhdeint.o] Error 1
make[1]: *** [sub-greedyhdeint] Error 2
make: *** [sub-filters] Error 2
[osx-pkg] Failed system call: " /usr/bin/make  " with error code 2
Died at ./osx-packager.pl line 905.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20071213/ee5868ba/attachment.htm 


More information about the mythtv-dev mailing list