[mythtv] mythplugins and x86-64

Robert Tsai rtsai1111 at comcast.net
Wed Apr 20 18:09:28 UTC 2005


On Wed, Apr 20, 2005 at 10:58:20AM -0700, Eric Thelin wrote:
> I am using the x86_64 architecture as well but I haven't found the
> modifications to make in the settings.pro file to make the plugins
> comple.  Will you share your settings?

The following works for me (Athlon64):

Index: settings.pro
===================================================================
RCS file: /var/lib/mythcvs/mythplugins/settings.pro,v
retrieving revision 1.1
diff -r1.1 settings.pro
20c20
< DEFINES += HAVE_MMX
---
> # DEFINES += HAVE_MMX
23c23
<     QMAKE_CXXFLAGS_RELEASE = -O3 -march=pentiumpro -fomit-frame-pointer
---
>     QMAKE_CXXFLAGS_RELEASE = -O3 -march=athlon64 -fomit-frame-pointer

--Rob


More information about the mythtv-dev mailing list