From: Руслан Ижбулатов Date: Wed, 2 May 2012 16:14:24 +0000 (+0400) Subject: directsound: No more gstinterfaces X-Git-Tag: RELEASE-0.11.91~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ccc0c9c313195990e17fc7dbf631240a481c7db8;p=platform%2Fupstream%2Fgst-plugins-good.git directsound: No more gstinterfaces Fixes #675319 --- diff --git a/sys/directsound/Makefile.am b/sys/directsound/Makefile.am index ff02203..e4211dc 100644 --- a/sys/directsound/Makefile.am +++ b/sys/directsound/Makefile.am @@ -8,7 +8,7 @@ libgstdirectsoundsink_la_CFLAGS = \ $(DIRECTSOUND_CFLAGS) libgstdirectsoundsink_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) \ - -lgstaudio-$(GST_API_VERSION) -lgstinterfaces-$(GST_API_VERSION) \ + -lgstaudio-$(GST_API_VERSION) \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ $(DIRECTSOUND_LIBS)