$OpenBSD: patch-mpeglib_example_yaf_yafsplay_Makefile_am,v 1.2 2003/06/12 19:16:16 espie Exp $
--- mpeglib/example/yaf/yafsplay/Makefile.am.orig	Wed May  9 15:53:07 2001
+++ mpeglib/example/yaf/yafsplay/Makefile.am	Wed Jun 11 09:34:17 2003
@@ -11,12 +11,12 @@ 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)
 
 
