FreeBSD Bugzilla – Attachment 112327 Details for
Bug 153727
[patch] multimedia/ffmpeg: add VAAPI option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a.diff
a.diff (text/plain), 1.02 KB, created by
swell.k
on 2011-01-06 13:10:07 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2011-01-06 13:10:07 UTC
Size:
1.02 KB
patch
obsolete
>Index: multimedia/ffmpeg/Makefile >=================================================================== >RCS file: /a/.cvsup/ports/multimedia/ffmpeg/Makefile,v >retrieving revision 1.121 >diff -u -p -r1.121 Makefile >--- multimedia/ffmpeg/Makefile 29 Dec 2010 21:41:36 -0000 1.121 >+++ multimedia/ffmpeg/Makefile 5 Jan 2011 02:30:34 -0000 >@@ -43,6 +43,7 @@ OPTIONS= ALSA "Enable alsa input/output > SPEEX "Speex audio decoder" off \ > SSSE3 "Enable ssse3 support" on \ > THEORA "Theora encoder (implies OGG)" on \ >+ VAAPI "VAAPI decoder support" off \ > VDPAU "Nvidia vdpau support" off \ > VORBIS "Vorbis encoder via libvorbis (implies OGG)" on \ > VP8 "VP8 codec via libvpx" on \ >@@ -272,6 +273,14 @@ CONFIGURE_ARGS+= --enable-libtheora > CONFIGURE_ARGS+= --disable-libtheora > .endif > >+# vaapi >+.ifndef(WITHOUT_VAAPI) >+LIB_DEPENDS+= va.1:${PORTSDIR}/multimedia/libva >+CONFIGURE_ARGS+= --enable-vaapi >+.else >+CONFIGURE_ARGS+= --disable-vaapi >+.endif >+ > # vdpau > .ifndef(WITHOUT_VDPAU) > LIB_DEPENDS+= vdpau.1:${PORTSDIR}/multimedia/libvdpau
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 153727
: 112327