Skip to content
Snippets Groups Projects
Commit d6d348fb authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

compilation w/o jpeglib bugfixed

Rev: src/modules/_Image_JPEG/image_jpeg.c:1.5
parent 83aaef72
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ RCSID("$id: $"); ...@@ -27,6 +27,7 @@ RCSID("$id: $");
static struct program *image_program=NULL; static struct program *image_program=NULL;
#endif /* HAVE_JPEGLIB_H */
static struct pike_string *param_baseline; static struct pike_string *param_baseline;
static struct pike_string *param_quality; static struct pike_string *param_quality;
...@@ -39,6 +40,7 @@ static struct pike_string *param_density_unit; ...@@ -39,6 +40,7 @@ static struct pike_string *param_density_unit;
static struct pike_string *param_method; static struct pike_string *param_method;
static struct pike_string *param_progressive; static struct pike_string *param_progressive;
#ifdef HAVE_JPEGLIB_H
/* /*
**! module Image **! module Image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment