]> Creatis software - gdcm.git/commitdiff
removal of useless jBitsInJsample.h for both 8 and 12 Bits JPEG Libraries
authorjpr <jpr>
Fri, 31 Oct 2003 14:59:50 +0000 (14:59 +0000)
committerjpr <jpr>
Fri, 31 Oct 2003 14:59:50 +0000 (14:59 +0000)
src/jpeg/libijg/jmorecfg.h
src/jpeg/libijg12/jBitsInJsample12.h [deleted file]
src/jpeg/libijg8/jBitsInJsample.h [deleted file]
src/jpeg/libijg8/jmorecfg.h

index 43de73fa52fa8b899d4a8dce6281f53bb2dc49e6..dd0f188d014c73db8d906625326f08d52cf0c676 100644 (file)
@@ -19,8 +19,7 @@
  * We do not support run-time selection of data precision, sorry.
  */
 
-//#define BITS_IN_JSAMPLE  8   /* use 8 or 12 */
-#include "jBitsInJsample.h" 
+#define BITS_IN_JSAMPLE  8     /* use 8 or 12 */
 
 /*
  * Maximum number of components (color channels) allowed in JPEG image.
diff --git a/src/jpeg/libijg12/jBitsInJsample12.h b/src/jpeg/libijg12/jBitsInJsample12.h
deleted file mode 100644 (file)
index 6f494f7..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#define BITS_IN_JSAMPLE  12    /* use 8 or 12 */
-
-// to be used from dcmlib.
-// to be removed when both jpeg8 bits and jpeg12 bits are usable
\ No newline at end of file
diff --git a/src/jpeg/libijg8/jBitsInJsample.h b/src/jpeg/libijg8/jBitsInJsample.h
deleted file mode 100644 (file)
index 86d7fc3..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#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
-  
-
index 43de73fa52fa8b899d4a8dce6281f53bb2dc49e6..dd0f188d014c73db8d906625326f08d52cf0c676 100644 (file)
@@ -19,8 +19,7 @@
  * We do not support run-time selection of data precision, sorry.
  */
 
-//#define BITS_IN_JSAMPLE  8   /* use 8 or 12 */
-#include "jBitsInJsample.h" 
+#define BITS_IN_JSAMPLE  8     /* use 8 or 12 */
 
 /*
  * Maximum number of components (color channels) allowed in JPEG image.