$OpenBSD: patch-mpeglib_example_splay_Makefile_in,v 1.12 2005/03/29 21:18:36 espie Exp $
--- mpeglib/example/splay/Makefile.in.orig	Fri Mar  4 13:31:49 2005
+++ mpeglib/example/splay/Makefile.in	Sat Mar 26 10:36:47 2005
@@ -183,7 +183,7 @@ LAME_INCS = @LAME_INCS@
 LAME_LIBS = @LAME_LIBS@
 LAME_RPATH = @LAME_RPATH@
 LDADD_GST = @LDADD_GST@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -L../../lib/.libs
 LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
 LDFLAGS_GST = @LDFLAGS_GST@
 LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
@@ -492,11 +492,11 @@ EXTRA_DIST = 
 splay_SOURCES = splay.cpp
 mp3framing_SOURCES = mp3framing.cpp
 noinst_HEADERS = 
-splay_LDFLAGS = $(all_libraries) 
+splay_LDFLAGS = $(all_libraries) -pthread
 splay_LDADD = ../../lib/libmpeg.la \
 				$(THIS_LIB_LIBS)
 
-mp3framing_LDFLAGS = $(all_libraries)
+mp3framing_LDFLAGS = $(all_libraries) -pthread
 mp3framing_LDADD = ../../lib/libmpeg.la \
 				$(THIS_LIB_LIBS)
 
