diff options
Diffstat (limited to 'audio/amarok/files/patch-src-engine-xine-xine-engine.cpp')
-rw-r--r-- | audio/amarok/files/patch-src-engine-xine-xine-engine.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/amarok/files/patch-src-engine-xine-xine-engine.cpp b/audio/amarok/files/patch-src-engine-xine-xine-engine.cpp deleted file mode 100644 index 83dcbfa62e8d..000000000000 --- a/audio/amarok/files/patch-src-engine-xine-xine-engine.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- amarok/src/engine/xine/xine-engine.cpp.orig -+++ amarok/src/engine/xine/xine-engine.cpp -@@ -1131,7 +1131,11 @@ bool XineEngine::metaDataForUrl(const KU - - bool XineEngine::getAudioCDContents(const QString &device, KURL::List &urls) - { -+#if XINE_MAJOR_VERSION < 1 || (XINE_MAJOR_VERSION == 1 && XINE_MINOR_VERSION < 2) - char **xine_urls = NULL; -+#else -+ const char * const *xine_urls = NULL; -+#endif - int num; - int i = 0; - |