~ubuntu-branches/ubuntu/saucy/vips/saucy

« back to all changes in this revision

Viewing changes to libvips/mosaicing/mosaic1.c

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2012-03-18 16:54:58 UTC
  • mfrom: (1.1.17) (30.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120318165458-6okio21v96g3bd7t
Tags: 7.28.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
#include "mosaic.h"
59
59
#include "merge.h"
60
60
 
61
 
#ifdef WITH_DMALLOC
62
 
#include <dmalloc.h>
63
 
#endif /*WITH_DMALLOC*/
64
 
 
65
61
/*
66
62
#define DEBUG
67
63
 */