$OpenBSD: patch-mpeglib_example_yaf_yafsplay_Makefile_in,v 1.5 2003/06/12 19:16:16 espie Exp $
--- mpeglib/example/yaf/yafsplay/Makefile.in.orig	Wed May  7 14:05:28 2003
+++ mpeglib/example/yaf/yafsplay/Makefile.in	Wed Jun 11 09:34:22 2003
@@ -388,11 +388,11 @@ yaf_splay_SOURCES = splay_control.cpp
 
 noinst_HEADERS = 
 
-yaf_splay_LDFLAGS = $(all_libraries)
+yaf_splay_LDFLAGS = -pthread $(all_libraries)
 
 yaf_splay_LDADD = ../yafxplayer/libyafxplayer.la \
 				../yafcore/libyafcore.la \
-				../../../lib/libmpeg.la \
+				../../../lib/libkmpeg.la \
 				$(THIS_LIB_LIBS)
 
 subdir = mpeglib/example/yaf/yafsplay
@@ -407,7 +407,7 @@ am_yaf_splay_OBJECTS = splay_control.$(O
 #>+ 1
 yaf_splay_OBJECTS = splay_control.$(OBJEXT)
 yaf_splay_DEPENDENCIES = ../yafxplayer/libyafxplayer.la \
-	../yafcore/libyafcore.la ../../../lib/libmpeg.la
+	../yafcore/libyafcore.la ../../../lib/libkmpeg.la
 
 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
