d7c4a6e7b7
This fixes issues occuring with this plug-in enabled, while stopping playback or crossfading between tracks for instance. Bump revision, as the resulting binaries are changed with this patch.
13 lines
479 B
Text
13 lines
479 B
Text
$NetBSD: patch-aq,v 1.5 2013/08/13 00:40:27 khorben Exp $
|
|
|
|
--- Output/OSS/Makefile.in.orig 2005-10-22 10:45:02.000000000 +0000
|
|
+++ Output/OSS/Makefile.in
|
|
@@ -295,7 +295,7 @@ soundcard.h
|
|
EXTRA_DIST = $(osssources)
|
|
lib_LTLIBRARIES = $(ossltlibs)
|
|
libOSS_la_LDFLAGS = @PLUGIN_LDFLAGS@
|
|
-libOSS_la_LIBADD = @GTK_LIBS@
|
|
+libOSS_la_LIBADD = @GTK_LIBS@ $(LIBOSSAUDIO)
|
|
libOSS_la_SOURCES = $(ossbuildsources)
|
|
INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir)
|
|
all: all-am
|