$OpenBSD: patch-mpeglib_example_yaf_yafyuv_Makefile_am,v 1.2 2003/06/12 19:16:16 espie Exp $
--- mpeglib/example/yaf/yafyuv/Makefile.am.orig	Wed May  9 15:53:07 2001
+++ mpeglib/example/yaf/yafyuv/Makefile.am	Wed Jun 11 09:38:27 2003
@@ -11,12 +11,12 @@ yaf_yuv_SOURCES		=	yuv_control.cpp
 
 noinst_HEADERS		=	
 
-yaf_yuv_LDFLAGS		=	$(all_libraries)
+yaf_yuv_LDFLAGS		=	-pthread $(all_libraries)
 
 
 yaf_yuv_LDADD		=	../yafxplayer/libyafxplayer.la \
 				../yafcore/libyafcore.la \
-				../../../lib/libmpeg.la \
+				../../../lib/libkmpeg.la \
 				$(THIS_LIB_LIBS)
 
 
