diff options
author | Brian Cameron <brian.cameron@sun.com> | 2007-05-16 01:35:51 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2007-05-16 01:35:51 +0000 |
commit | 94dcec33c18664b4bc6e8e595c94e33a664b2ec2 (patch) | |
tree | 74c07b0732174019faefd2c5d377d3f4ced0c5ae /acconfig.h | |
parent | 5e9e9fe4e0fe1e75f0da025ada55358cce5d4d9f (diff) | |
download | gtk+-94dcec33c18664b4bc6e8e595c94e33a664b2ec2.tar.gz |
Add Sun mediaLib support so that hardware acceleration via mediaLib is
2007-05-16 Brian Cameron <brian.cameron@sun.com>
* acconfig.h, configure.in, gdk/Makefile.am, gdkprivate.h, gdkrgb.c,
gdkdraw.c, gdk-pixbuf/gdk-pixbuf-scale.c,
gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/pixops/pixops.[ch],
gdk-pixbuf/pixops/timescale.c: Add Sun mediaLib support so that
hardware acceleration via mediaLib is enabled if mediaLib is
detected via configure. Enhancement request #344813. I was given
permission to commit in the bug report by Matthias Clasen.
* gdk/medialib.[ch]: New files added for mediaLib support.
* docs/reference/gdk-pixbuf/tmpl/scaling.sgml,
docs/reference/gdk/tmpl/rgb.sgml, gdk/gdkdraw.c: Add docs for
mediaLib support.
svn path=/trunk/; revision=17855
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index cbd75b1992..6dda772af1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -26,6 +26,8 @@ #undef HAVE_PWD_H #undef HAVE_SHM_H #undef HAVE_STPCPY +#undef HAVE_SYS_SYSINFO_H +#undef HAVE_SYS_SYSTEMINFO_H #undef HAVE_XSHM_H #undef HAVE_SHAPE_EXT #undef HAVE_SOLARIS_XINERAMA @@ -44,6 +46,8 @@ #undef USE_GMODULE #undef USE_MMX +#undef USE_MEDIALIB +#undef USE_MEDIALIB25 /* Define to use XKB extension */ #undef HAVE_XKB |