summaryrefslogtreecommitdiff
path: root/multimedia/qdvdauthor/files/patch-qdvdauthor-qplayer-engines-kxinewidget.cpp
blob: 82c74757f9755222f57956230f0341e10d639883 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- qdvdauthor/qplayer/engines/kxinewidget.cpp.orig
+++ qdvdauthor/qplayer/engines/kxinewidget.cpp
@@ -2494,7 +2494,11 @@ void KXineWidget::getAutoplayPlugins(QSt
 
 bool KXineWidget::getAutoplayPluginURLS(const QString& plugin, QStringList& list)
 {
+#if XINE_MAJOR_VERSION < 1 || (XINE_MAJOR_VERSION == 1 && XINE_MINOR_VERSION < 2)
 	char** urls = NULL;
+#else
+	const char* const* urls = NULL;
+#endif
 	int num;
 	int i = 0;