$OpenBSD: patch-mpeglib_example_yaf_yafvorbis_Makefile_in,v 1.5 2003/06/12 19:16:16 espie Exp $
--- mpeglib/example/yaf/yafvorbis/Makefile.in.orig	Wed May  7 14:05:28 2003
+++ mpeglib/example/yaf/yafvorbis/Makefile.in	Wed Jun 11 09:37:34 2003
@@ -388,12 +388,12 @@ yaf_vorbis_SOURCES = vorbis_control.cpp
 
 noinst_HEADERS = 
 
-yaf_vorbis_LDFLAGS = $(all_libraries) 
+yaf_vorbis_LDFLAGS = -pthread $(all_libraries) 
 
 yaf_vorbis_LDADD = \
 				../yafcore/libyafcore.la \
 				../yafxplayer/libyafxplayer.la \
-				../../../lib/libmpeg.la \
+				../../../lib/libkmpeg.la \
 				$(THIS_LIB_LIBS)
 
 subdir = mpeglib/example/yaf/yafvorbis
@@ -408,7 +408,7 @@ am_yaf_vorbis_OBJECTS = vorbis_control.$
 #>+ 1
 yaf_vorbis_OBJECTS = vorbis_control.$(OBJEXT)
 yaf_vorbis_DEPENDENCIES = ../yafcore/libyafcore.la \
-	../yafxplayer/libyafxplayer.la ../../../lib/libmpeg.la
+	../yafxplayer/libyafxplayer.la ../../../lib/libkmpeg.la
 
 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
