aboutsummaryrefslogtreecommitdiff
path: root/graphics/kipi-plugins/files/patch-mpegencoder-Makefile.in
blob: 75228da981e0ef53cc7df034f9ede550d3321c73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mpegencoder/Makefile.in.orig	Tue Feb 17 13:04:35 2004
+++ mpegencoder/Makefile.in	Tue Feb 17 13:04:56 2004
@@ -260,7 +260,7 @@
 
 
 # Libs needed by the plugin
-digikamplugin_mpegencoder_la_LIBADD = $(LIB_KPARTS) -ldigikam
+digikamplugin_mpegencoder_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam
 
 # LD flags for the plugin
 digikamplugin_mpegencoder_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)