diff options
author | Darin Adler <darin@src.gnome.org> | 2001-04-27 01:19:07 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-04-27 01:19:07 +0000 |
commit | f290a4226d73b3975c8e24e3516747319a484157 (patch) | |
tree | 84519abbd7831018a3b91ab8459f23860d33689b /acconfig.h | |
parent | 377cd43e9ab465abd875677fef34cc88bb126d52 (diff) | |
download | nautilus-f290a4226d73b3975c8e24e3516747319a484157.tar.gz |
Integrated a patch by Alexander Larsson <alla@lysator.liu.se> that
adds a JPEG-specific thumbnailing function that's faster than the
exiting thumbnail code. This new code is only included if the
libjpeg library is present at configure time. We still need RPM
spec file changes to require this library if we are going to build
RPMs on systems that have libjpeg. I fixed a few bugs in Alex's
original patch and made some coding style tweaks as well.
* acconfig.h:
* configure.in:
Added a check for libjpeg.
* libnautilus-extensions/Makefile.am:
* libnautilus-extensions/nautilus-thumbnails-jpeg.c:
* libnautilus-extensions/nautilus-thumbnails-jpeg.h:
Add new source files with JPEG thumbnailer.
* libnautilus-extensions/nautilus-thumbnails.c: (make_thumbnails):
Call the new function for JPEG files.
Other changes.
* libnautilus-extensions/nautilus-volume-monitor.c: Change
interval back to 2 seconds.
* libnautilus-extensions/nautilus-preferences.c:
(preferences_set_storage_path): Fix storage leak.
(nautilus_self_check_preferences): Added more checks.
* libnautilus-extensions/nautilus-icon-factory.c:
(nautilus_icon_factory_get_icon_for_file): Tiny code tweak.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index b1eb96b22..d2efc960c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -8,6 +8,7 @@ #undef HAVE_GETTEXT #undef HAVE_LC_MESSAGES #undef HAVE_MEDUSA +#undef HAVE_LIBJPEG #undef HAVE_STPCPY #undef HAVE_LIBBZ2 #undef HAVE_AMMONITE |