FreeBSD Bugzilla – Attachment 105183 Details for
Bug 145586
multimedia/ffmpeg has poor performance on amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 665 bytes, created by
Bob Frazier
on 2010-04-09 18:00:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Bob Frazier
Created:
2010-04-09 18:00:10 UTC
Size:
665 bytes
patch
obsolete
>--- Makefile.orig 2010-03-24 11:44:18.000000000 -0700 >+++ Makefile 2010-04-09 09:05:55.000000000 -0700 >@@ -111,16 +111,20 @@ > .endif > > # sse hardware vector support > .if (defined(MACHINE_CPU) && ${MACHINE_CPU:Msse} == "sse") > WITH_BUILTIN_VECTOR= yes >+.elif (defined(MACHINE_CPU) && ${MACHINE_CPU:Mamd64} == "amd64") >+WITH_BUILTIN_VECTOR= yes > .else > CONFIGURE_ARGS+= --disable-sse > .endif > > # mmx support >-.if ${MACHINE_CPU:Mmmx} == "" >+.if (defined(MACHINE_CPU) && ${MACHINE_CPU:Mamd64} == "amd64") >+#WITH_BUILTIN_VECTOR= yes >+.elif ${MACHINE_CPU:Mmmx} == "" > CONFIGURE_ARGS+= --disable-mmx > WITHOUT_BUILTIN_VECTOR= yes > .endif > > # builtin vector, requires mmx
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 145586
: 105183