FreeBSD Bugzilla – Attachment 45258 Details for
Bug 69832
[PATCH] multimedia/transcode: [add jpeg-mmx support]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
transcode-0.6.12_1.patch
transcode-0.6.12_1.patch (text/plain), 1.63 KB, created by
Michael Johnson
on 2004-07-31 00:50:27 UTC
(
hide
)
Description:
transcode-0.6.12_1.patch
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2004-07-31 00:50:27 UTC
Size:
1.63 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /usr/opt/cvs/freebsd-src/ports/multimedia/transcode/Makefile,v >retrieving revision 1.43 >diff -u -r1.43 Makefile >--- Makefile 26 Jun 2004 04:31:27 -0000 1.43 >+++ Makefile 30 Jul 2004 23:35:12 -0000 >@@ -107,6 +107,11 @@ > WITH_DIVX5= yes > .endif > >+.if exists(${LOCALBASE}/lib/libjpeg-mmx.so.62) >+WITH_JPEGMMX= yes >+WITH_NASM= yes >+.endif >+ > .if defined(WITH_LIBTHEORA) > LIB_DEPENDS+= theora.0:${PORTSDIR}/graphics/libtheora > .else >@@ -245,6 +250,14 @@ > .else > .endif > >+.if defined(WITH_JPEGMMX) >+LIB_DEPENDS+= jpeg-mmx.62:${PORTSDIR}/graphics/jpeg-mmx >+ >+PLIST_SUB+= WITH_JPEGMMX="" >+.else >+PLIST_SUB+= WITH_JPEGMMX="@comment " >+.endif >+ > pre-everything:: > .if !defined(WITH_OPTIMIZED_CFLAGS) > @${ECHO_MSG} >@@ -333,6 +346,10 @@ > @${ECHO_MSG} > @${ECHO_MSG} "You can enable experimental DivX 5 support by defining WITH_DIVX5." > .endif >+.if !defined(WITH_JPEGMMX) >+ @${ECHO_MSG} >+ @${ECHO_MSG} "You can enable JPEG with MMX by defining WITH_JPEGMMX." >+.endif > > post-patch: > .if ${OSVERSION} <= 500027 >Index: pkg-plist >=================================================================== >RCS file: /usr/opt/cvs/freebsd-src/ports/multimedia/transcode/pkg-plist,v >retrieving revision 1.19 >diff -u -r1.19 pkg-plist >--- pkg-plist 20 Jun 2004 20:03:47 -0000 1.19 >+++ pkg-plist 30 Jul 2004 23:33:55 -0000 >@@ -71,6 +71,7 @@ > lib/transcode/filter_denoise3d.so > lib/transcode/filter_detectclipping.so > lib/transcode/filter_detectsilence.so >+%%WITH_JPEGMMX%%lib/transcode/filter_dilyuvmmx.so > lib/transcode/filter_divxkey.so > lib/transcode/filter_doublefps.so > lib/transcode/filter_dnr.so
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 69832
: 45258