FreeBSD Bugzilla – Attachment 112329 Details for
Bug 153729
[patch] graphics/gnash: 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.89 KB, created by
swell.k
on 2011-01-06 13:20:07 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2011-01-06 13:20:07 UTC
Size:
1.89 KB
patch
obsolete
>Index: graphics/gnash/Makefile >=================================================================== >RCS file: /a/.cvsup/ports/graphics/gnash/Makefile,v >retrieving revision 1.52 >diff -u -p -r1.52 Makefile >--- graphics/gnash/Makefile 4 Dec 2010 07:31:58 -0000 1.52 >+++ graphics/gnash/Makefile 5 Jan 2011 06:32:08 -0000 >@@ -64,6 +64,7 @@ OPTIONS= PLUGIN "Enable browser plugin" > AGG "Renderer: AGG" on \ > OPENGL "Renderer: OpenGL (broken)" off \ > CAIRO "Renderer: Cairo (experimental)" off \ >+ VAAPI "HWAccel: VAAPI" off \ > FFMPEG "Media handler: ffmpeg (+SDL sound output)" on \ > GSTREAMER "Media handler: GStreamer" off > >@@ -196,6 +197,18 @@ IGNORE= needs at least one renderer en > > CONFIGURE_ARGS+= --enable-renderer=`${ECHO} ${GNASH_RENDERERS} | ${TR} ' ' ,` > >+# Hardware acceleration options processing >+# >+.if defined(WITH_VAAPI) && !defined(WITHOUT_FFMPEG) >+LIB_DEPENDS+= va.1:${PORTSDIR}/multimedia/libva >+PLIST_SUB+= VAAPI="" >+.elif !defined(WITH_VAAPI) >+CONFIGURE_ARGS+= --enable-hwaccel=none # XVideo >+PLIST_SUB+= VAAPI="@comment " >+.else >+IGNORE= VAAPI currently works only with FFMPEG. Please rerun 'make config' and enable FFMPEG. >+.endif >+ > # > # Media handler options processing > # >Index: graphics/gnash/pkg-plist >=================================================================== >RCS file: /a/.cvsup/ports/graphics/gnash/pkg-plist,v >retrieving revision 1.15 >diff -u -p -r1.15 pkg-plist >--- graphics/gnash/pkg-plist 1 Oct 2010 11:01:37 -0000 1.15 >+++ graphics/gnash/pkg-plist 5 Jan 2011 06:35:02 -0000 >@@ -224,6 +224,9 @@ lib/gnash/libgnashrender.so.0 > lib/gnash/libgnashsound-%%GNASHVER%%.so > lib/gnash/libgnashsound.la > lib/gnash/libgnashsound.so >+%%VAAPI%%lib/gnash/libgnashvaapi-%%GNASHVER%%.so >+%%VAAPI%%lib/gnash/libgnashvaapi.la >+%%VAAPI%%lib/gnash/libgnashvaapi.so > @comment %%NPAPI%%lib/gnash/libmozsdk.la > @comment %%NPAPI%%lib/gnash/libmozsdk.so > @comment %%NPAPI%%lib/gnash/libmozsdk.so.0
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 153729
: 112329