diff options
author | Benjamin Otte <otte@gnome.org> | 2009-10-05 16:03:37 +0200 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2009-11-11 10:09:15 +0100 |
commit | c4cc90d570d029a39eff55624be2b4584eff764c (patch) | |
tree | 76e82546f8cb9f9568298675db9609fb7dd99766 /src/Makefile.win32.features | |
parent | fbe9738c0fae3006502df79a68cd0b226f454f83 (diff) |
Add very hacky support for uploading I420 as YUV.xv
This patch requires the X server supporting XvPutImage to work on
pixmaps.
It also fails to properly check abort conditions.
Consider this a proof of concept more than anything else.
Diffstat (limited to 'src/Makefile.win32.features')
-rw-r--r-- | src/Makefile.win32.features | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Makefile.win32.features b/src/Makefile.win32.features index 048c9211..207b84c2 100644 --- a/src/Makefile.win32.features +++ b/src/Makefile.win32.features @@ -49,6 +49,20 @@ ifeq ($(CAIRO_HAS_XLIB_XRENDER_SURFACE),1) enabled_cairo_pkgconf += cairo-xlib-xrender.pc endif +supported_cairo_headers += $(cairo_xlib_xv_headers) +all_cairo_headers += $(cairo_xlib_xv_headers) +all_cairo_private += $(cairo_xlib_xv_private) +all_cairo_sources += $(cairo_xlib_xv_sources) +ifeq ($(CAIRO_HAS_XLIB_XV_SURFACE),1) +enabled_cairo_headers += $(cairo_xlib_xv_headers) +enabled_cairo_private += $(cairo_xlib_xv_private) +enabled_cairo_sources += $(cairo_xlib_xv_sources) +endif +all_cairo_pkgconf += cairo-xlib-xv.pc +ifeq ($(CAIRO_HAS_XLIB_XV_SURFACE),1) +enabled_cairo_pkgconf += cairo-xlib-xv.pc +endif + unsupported_cairo_headers += $(cairo_xcb_headers) all_cairo_headers += $(cairo_xcb_headers) all_cairo_private += $(cairo_xcb_private) |