$OpenBSD: patch-mpeglib_example_tplay_Makefile_am,v 1.2 2003/06/12 19:16:16 espie Exp $
--- mpeglib/example/tplay/Makefile.am.orig	Wed May  9 15:53:07 2001
+++ mpeglib/example/tplay/Makefile.am	Wed Jun 11 09:32:03 2003
@@ -10,10 +10,10 @@ tplay_SOURCES		=	tplay.cpp
 
 noinst_HEADERS		=	
 
-tplay_LDFLAGS		=	$(all_libraries) 
+tplay_LDFLAGS		=	-pthread $(all_libraries) 
 
 
-tplay_LDADD		=	../../lib/libmpeg.la \
+tplay_LDADD		=	../../lib/libkmpeg.la \
 				$(THIS_LIB_LIBS)
 
 
