[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdemultimedia/phonon-xine
From:       Matthias Kretz <kretz () kde ! org>
Date:       2007-06-29 20:29:46
Message-ID: 1183148986.572795.25855.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 681670 by mkretz:

API change in upcoming xine 1.2

 M  +4 -0      bytestreamplugin.cpp  


--- trunk/KDE/kdemultimedia/phonon-xine/bytestreamplugin.cpp #681669:681670
@@ -63,7 +63,11 @@
     return INPUT_CAP_PREVIEW | (that->bytestream->streamSeekable() ? \
INPUT_CAP_SEEKABLE : 0);  }
 
+#if ((XINE_SUB_VERSION >= 90 && XINE_MINOR_VERSION == 1) || (XINE_MINOR_VERSION > 1) \
&& XINE_MAJOR_VERSION == 1) || XINE_MAJOR_VERSION > 1 +static off_t \
kbytestream_plugin_read (input_plugin_t *this_gen, void *buf, off_t len) { +#else
 static off_t kbytestream_plugin_read (input_plugin_t *this_gen, char *buf, off_t \
len) { +#endif
     kbytestream_input_plugin_t *that = (kbytestream_input_plugin_t *) this_gen;
     off_t read = that->bytestream->readFromBuffer( buf, len );
     return read;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic