Commit f3562422 authored by DRC's avatar DRC Committed by Christian Beier

Fix compilation with some libjpeg distributions.

parent 7cb8fd9b
......@@ -31,12 +31,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <jpeglib.h>
#include <jerror.h>
#ifndef JCS_EXTENSIONS
#define JPEG_INTERNALS
#include <jmorecfg.h>
#define JPEG_INTERNAL_OPTIONS
#endif
#include <jpeglib.h>
#include <jerror.h>
#include <setjmp.h>
#include "./turbojpeg.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment