Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181239 - media-video/transcode-1.0.3 - tomsmocomp is not built with gcc-4
Summary: media-video/transcode-1.0.3 - tomsmocomp is not built with gcc-4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Media-video project
URL: http://osdir.com/ml/video.transcode.d...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-07 19:49 UTC by Wolfgang Frisch
Modified: 2007-07-26 16:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
transcode-1.0.3-tomsmocomp-gcc4.patch (transcode-1.0.3-tomsmocomp-gcc4.patch,1.58 KB, patch)
2007-06-07 19:49 UTC, Wolfgang Frisch
Details | Diff
transcode-1.0.3-r1.ebuild (transcode-1.0.3-r1.ebuild,3.74 KB, text/plain)
2007-06-07 19:50 UTC, Wolfgang Frisch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Frisch 2007-06-07 19:49:31 UTC
The transcode makefiles leave out tomsmocomp on gcc-4.x systems because of gcc inline assembly incompatibility reasons. The specific problem is an MMX specific part of tomsmocomp which can be fixed by adding the -mmmx CFLAG for filter_tomsmocomp.la. Normally, this would break the application for users without MMX CPUs though it's not an issue in this case as filters/Makefile.am leaves out tomsmocomp on non-MMX systems anyway.
So here's a patch and an ebuild that makes the filter build with gcc-4.

Reproducible: Always
Comment 1 Wolfgang Frisch 2007-06-07 19:49:58 UTC
Created attachment 121439 [details, diff]
transcode-1.0.3-tomsmocomp-gcc4.patch
Comment 2 Wolfgang Frisch 2007-06-07 19:50:19 UTC
Created attachment 121441 [details]
transcode-1.0.3-r1.ebuild
Comment 3 Steve Dibb (RETIRED) gentoo-dev 2007-07-26 16:05:19 UTC
Applied and fixed in CVS, thanks for the patch :)