Mercurial > hg > octave-nkf
view liboctave/system/module.mk @ 17334:f8ee0ed7f1b8
Fix reading of binary images.
* __magick_read__.cc (__magick_read__): since depth() seems to not always
give 1 for binary images, check the depth of multiple channels to confirm.
author | Carnë Draug <carandraug@octave.org> |
---|---|
date | Wed, 28 Aug 2013 08:24:21 +0100 |
parents | 648dabbb4c6b |
children | c936beeda029 |
line wrap: on
line source
EXTRA_DIST += \ system/module.mk SYSTEM_INC = \ system/dir-ops.h \ system/file-ops.h \ system/file-stat.h \ system/lo-sysdep.h \ system/mach-info.h \ system/oct-env.h \ system/oct-group.h \ system/oct-openmp.h \ system/oct-passwd.h \ system/oct-syscalls.h \ system/oct-time.h \ system/oct-uname.h \ system/pathlen.h \ system/sysdir.h \ system/syswait.h SYSTEM_C_SRC = \ system/tempnam.c \ system/tempname.c SYSTEM_SRC = \ system/dir-ops.cc \ system/file-ops.cc \ system/file-stat.cc \ system/lo-sysdep.cc \ system/mach-info.cc \ system/oct-env.cc \ system/oct-group.cc \ system/oct-passwd.cc \ system/oct-syscalls.cc \ system/oct-time.cc \ system/oct-uname.cc \ $(SYSTEM_C_SRC) noinst_LTLIBRARIES += system/libsystem.la system_libsystem_la_SOURCES = $(SYSTEM_SRC) system_libsystem_la_CPPFLAGS = $(liboctave_la_CPPFLAGS)