summaryrefslogtreecommitdiffstats
path: root/vlc/build/twolame-0.3.12_gcc43.diff
blob: 1d9231f0898b267fa453fdde47286c20b263f402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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