summaryrefslogtreecommitdiffstats
path: root/xine_artsplugin/tools
diff options
context:
space:
mode:
Diffstat (limited to 'xine_artsplugin/tools')
-rw-r--r--xine_artsplugin/tools/thumbnail/CMakeLists.txt2
-rw-r--r--xine_artsplugin/tools/thumbnail/videocreator.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/xine_artsplugin/tools/thumbnail/CMakeLists.txt b/xine_artsplugin/tools/thumbnail/CMakeLists.txt
index 4dbc9502..ac77313e 100644
--- a/xine_artsplugin/tools/thumbnail/CMakeLists.txt
+++ b/xine_artsplugin/tools/thumbnail/CMakeLists.txt
@@ -31,7 +31,7 @@ tde_add_kpart( videothumbnail AUTOMOC
SOURCES
videocreator.cpp videoscaler.cpp
LINK
- tdecore-shared ${XINE_LIBRARIES} pthread
+ tdecore-shared ${XINE_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/xine_artsplugin/tools/thumbnail/videocreator.cpp b/xine_artsplugin/tools/thumbnail/videocreator.cpp
index a96d574a..9a545ede 100644
--- a/xine_artsplugin/tools/thumbnail/videocreator.cpp
+++ b/xine_artsplugin/tools/thumbnail/videocreator.cpp
@@ -35,7 +35,7 @@
#include <iostream>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeapplication.h>
#define XINE_ENABLE_EXPERIMENTAL_FEATURES 1