Magellan Linux

Annotation of /trunk/xine-lib/patches/xine-lib-1.1.15-buffer_h_ansi.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 678 - (hide annotations) (download)
Wed Sep 10 21:32:17 2008 UTC (15 years, 8 months ago) by niro
File size: 556 byte(s)
-fixes compilation of phonon

1 niro 678 Index: xine-lib-1.1.15/src/xine-engine/buffer.h
2     ===================================================================
3     --- xine-lib-1.1.15.orig/src/xine-engine/buffer.h
4     +++ xine-lib-1.1.15/src/xine-engine/buffer.h
5     @@ -676,7 +676,7 @@ void _x_bmiheader_le2me( xine_bmiheader
6     /* convert xine_waveformatex struct from little endian */
7     void _x_waveformatex_le2me( xine_waveformatex *wavex ) XINE_PROTECTED;
8    
9     -static inline _x_is_fourcc(void *ptr, void *tag) {
10     +static __inline int _x_is_fourcc(void *ptr, void *tag) {
11     return memcmp(ptr, tag, 4) == 0;
12     }
13