Add build support for xine 1.2.

Thanks to Francois Andriot.
(cherry picked from commit 8d45a64dda)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 7b7aa437f8
commit b3e11e7fe0

@ -1131,7 +1131,11 @@ bool XineEngine::metaDataForUrl(const KURL &url, Engine::SimpleMetaBundle &b)
bool XineEngine::getAudioCDContents(const TQString &device, KURL::List &urls) bool XineEngine::getAudioCDContents(const TQString &device, KURL::List &urls)
{ {
#if XINE_MAJOR_VERSION > 1 || ( XINE_MAJOR_VERSION == 1 && XINE_MINOR_VERSION >= 2 )
const char * const* xine_urls = NULL;
#else
char **xine_urls = NULL; char **xine_urls = NULL;
#endif
int num; int num;
int i = 0; int i = 0;

Loading…
Cancel
Save