--- twolame-0.3.12/libtwolame/bitbuffer.h.orig 2008-01-09 12:06:21.000000000 +0100 +++ twolame-0.3.12/libtwolame/bitbuffer.h 2009-03-18 15:18:38.000000000 +0100 @@ -42,9 +42,9 @@ bit_stream * buffer_init( unsigned char *buffer, int buffer_size ); void buffer_deinit( bit_stream **bs ); -NO_DLL_INLINE void buffer_put1bit (bit_stream *, int); -NO_DLL_INLINE void buffer_putbits (bit_stream *, unsigned int, int); -NO_DLL_INLINE unsigned long buffer_sstell (bit_stream *); +void buffer_put1bit (bit_stream *, int); +void buffer_putbits (bit_stream *, unsigned int, int); +unsigned long buffer_sstell (bit_stream *); #endif