- introduced common/jpeg/{configure.ac,Makefile.am}

- removed autogenerated stuff (jconfig.h, configure, config.guess, config.sub, jconfig.h, install-sh)
- minor macros changes in jchuff.c, jcphuff.c, jmorecfg.h (same with configure produced macros)
This commit is contained in:
Adam Tkac
2008-04-03 13:29:28 +00:00
parent 3347727ebb
commit d88cc24540
11 changed files with 100 additions and 4212 deletions

View File

@@ -297,7 +297,7 @@ dump_buffer (working_state * state)
* between calls, so 24 bits are sufficient.
*/
INLINE
inline
LOCAL(boolean)
emit_bits (working_state * state, unsigned int code, int size)
/* Emit some bits; return TRUE if successful, FALSE if must suspend */