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

Fix compilation with some libjpeg distributions.

parent 7cb8fd9b
...@@ -31,12 +31,11 @@ ...@@ -31,12 +31,11 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <jpeglib.h>
#include <jerror.h>
#ifndef JCS_EXTENSIONS #ifndef JCS_EXTENSIONS
#define JPEG_INTERNALS #define JPEG_INTERNAL_OPTIONS
#include <jmorecfg.h>
#endif #endif
#include <jpeglib.h>
#include <jerror.h>
#include <setjmp.h> #include <setjmp.h>
#include "./turbojpeg.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