14 lines
479 B
Plaintext
14 lines
479 B
Plaintext
$OpenBSD: patch-sys_oss_Makefile_am,v 1.3 2010/04/28 08:03:23 ajacoutot Exp $
|
|
--- sys/oss/Makefile.am.orig Thu Mar 18 22:06:25 2010
|
|
+++ sys/oss/Makefile.am Wed Apr 28 09:07:15 2010
|
|
@@ -14,7 +14,8 @@ libgstossaudio_la_LIBADD = \
|
|
-lgstinterfaces-$(GST_MAJORMINOR) \
|
|
-lgstaudio-$(GST_MAJORMINOR) \
|
|
$(GST_BASE_LIBS) \
|
|
- $(GST_LIBS)
|
|
+ $(GST_LIBS) \
|
|
+ -lossaudio
|
|
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstossaudio_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|