FreeBSD Bugzilla – Attachment 112137 Details for
Bug 153491
[PATCH] multimedia/ffmpeg: Add VDPAU option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ffmpeg-0.6.1_3,1.patch
ffmpeg-0.6.1_3,1.patch (text/plain), 896 bytes, created by
Bernhard Froehlich
on 2010-12-28 14:40:13 UTC
(
hide
)
Description:
ffmpeg-0.6.1_3,1.patch
Filename:
MIME Type:
Creator:
Bernhard Froehlich
Created:
2010-12-28 14:40:13 UTC
Size:
896 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/multimedia/ffmpeg.orig/Makefile /usr/ports/multimedia/ffmpeg/Makefile >--- /usr/ports/multimedia/ffmpeg.orig/Makefile 2010-12-21 10:16:50.000000000 +0100 >+++ /usr/ports/multimedia/ffmpeg/Makefile 2010-12-28 15:24:12.000000000 +0100 >@@ -43,6 +43,7 @@ > SPEEX "Speex audio decoder" off \ > SSSE3 "Enable ssse3 support" on \ > THEORA "Theora encoder (implies OGG)" on \ >+ VDPAU "NVidia vdpau support" off \ > VORBIS "Vorbis encoder via libvorbis (implies OGG)" on \ > VP8 "VP8 codec via libvpx" on \ > X264 "H.264 encoder" on \ >@@ -271,6 +272,14 @@ > CONFIGURE_ARGS+= --disable-libtheora > .endif > >+# vdpau >+.ifndef(WITHOUT_VDPAU) >+LIB_DEPENDS+= vdpau.1:${PORTSDIR}/multimedia/libvdpau >+CONFIGURE_ARGS+= --enable-vdpau >+.else >+CONFIGURE_ARGS+= --disable-vdpau >+.endif >+ > # vorbis > .ifndef(WITHOUT_VORBIS) > LIB_DEPENDS+= vorbisenc.2:${PORTSDIR}/audio/libvorbis
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 153491
: 112137