Add build support for xine 1.2.

Thanks to Francois Andriot.
pull/1/head
Darrell Anderson 12 years ago
parent 095f615ab0
commit 8d45a64dda

@ -1131,7 +1131,11 @@ bool XineEngine::metaDataForUrl(const KURL &url, Engine::SimpleMetaBundle &b)
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;
#endif
int num;
int i = 0;

Loading…
Cancel
Save