#endif
#ifdef __GNUC__
#include "jconfig.linux"
-#endif
\ No newline at end of file
+#endif
+
* optimizations. Most users will not need to touch this file.
*/
-
/*
* Define BITS_IN_JSAMPLE as either
* 8 for 8-bit sample values (the usual setting)
* We do not support run-time selection of data precision, sorry.
*/
-#define BITS_IN_JSAMPLE 12 /* use 8 or 12 */
-
+//#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
+#include "jBitsInJsample.h"
/*
* Maximum number of components (color channels) allowed in JPEG image.
jutils.c \
jerror.c \
jmemmgr.c \
- jmemnobs.c
+ jmemnobs.c \
+ rdrle.c
libgdcmijpeg8includedir = $(includedir)
libgdcmijpeg8include_HEADERS = \
jmorecfg.h \
jpegint.h \
jpeglib.h \
- jversion.h
+ jversion.h
EXTRA_DIST = \
jconfig.linux \
--- /dev/null
+#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
+
+// to be used from dcmlib.
+// to be removed when both jpeg8 bits and jpeg12 bits are usable
+
+
+
#endif
#ifdef __GNUC__
#include "jconfig.linux"
-#endif
\ No newline at end of file
+#endif
+
* optimizations. Most users will not need to touch this file.
*/
-
/*
* Define BITS_IN_JSAMPLE as either
* 8 for 8-bit sample values (the usual setting)
* We do not support run-time selection of data precision, sorry.
*/
-#define BITS_IN_JSAMPLE 12 /* use 8 or 12 */
-
+//#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
+#include "jBitsInJsample.h"
/*
* Maximum number of components (color channels) allowed in JPEG image.