summaryrefslogtreecommitdiffstats
path: root/vlc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-03-18 14:19:31 +0000
committer Eric Hameleers <alien@slackware.com>2009-03-18 14:19:31 +0000
commitbcc99db40053b2fa9f291e07851127adc81f1728 (patch)
treeb3e9ab5007e80d003315d5d80b9684e7a35add5b /vlc
parent070c240505b801b02d96323a58ce8e6f2bac8e07 (diff)
downloadasb-bcc99db40053b2fa9f291e07851127adc81f1728.tar.gz
asb-bcc99db40053b2fa9f291e07851127adc81f1728.tar.xz
Initial revision
Diffstat (limited to 'vlc')
-rw-r--r--vlc/build/twolame-0.3.12_gcc43.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/vlc/build/twolame-0.3.12_gcc43.diff b/vlc/build/twolame-0.3.12_gcc43.diff
new file mode 100644
index 00000000..1d9231f0
--- /dev/null
+++ b/vlc/build/twolame-0.3.12_gcc43.diff
@@ -0,0 +1,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
+