Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100305 Details for
Bug 152577
x264-svn assumes availability of mmxext and SSE2 on all x86 CPUs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch to handle mmxext and SSE2
x264-svn-20061014.ebuild-mmxext_sse2.diff (text/plain), 679 bytes, created by
Michael Weyershäuser
on 2006-10-23 11:33:40 UTC
(
hide
)
Description:
proposed patch to handle mmxext and SSE2
Filename:
MIME Type:
Creator:
Michael Weyershäuser
Created:
2006-10-23 11:33:40 UTC
Size:
679 bytes
patch
obsolete
>--- x264-svn-20061014.ebuild 2006-10-14 23:35:35.000000000 +0200 >+++ x264-svn-20061014-r1.ebuild 2006-10-23 20:16:53.576027488 +0200 >@@ -4,7 +4,7 @@ > > inherit multilib eutils toolchain-funcs > >-IUSE="debug mp4 threads" >+IUSE="debug mp4 threads mmxext sse2" > > DESCRIPTION="A free library for encoding X264/AVC streams." > HOMEPAGE="http://developers.videolan.org/x264.html" >@@ -27,6 +27,14 @@ > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${P}-nostrip.patch >+ >+ if use !mmxext && use x86; then >+ sed -i 's/ -DHAVE_MMXEXT//' configure || die "sed failed" >+ fi >+ >+ if use !sse2 && use x86; then >+ sed -i 's/ -DHAVE_SSE2//' configure || die "sed failed" >+ fi > } > > src_compile() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 152577
: 100305