summaryrefslogtreecommitdiff
path: root/image/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/jpeg.c')
-rw-r--r--image/jpeg.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/image/jpeg.c b/image/jpeg.c
index 622e2c5db..f2fb314af 100644
--- a/image/jpeg.c
+++ b/image/jpeg.c
@@ -23,9 +23,6 @@
* This implementation uses the IJG JPEG library.
*/
-#include "utils/config.h"
-#ifdef WITH_JPEG
-
#include <assert.h>
#include <setjmp.h>
#include <string.h>
@@ -357,5 +354,3 @@ static const char *nsjpeg_types[] = {
};
CONTENT_FACTORY_REGISTER_TYPES(nsjpeg, nsjpeg_types, nsjpeg_content_handler);
-
-#endif /* WITH_JPEG */