summaryrefslogtreecommitdiffstats
path: root/sys/acmenc/Makefile.am
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-10-16 16:18:31 +0000
committerMichael Smith <msmith@xiph.org>2008-10-16 16:18:31 +0000
commit4a7573c61a875f7a9dcc1e6f0c162d08923f228b (patch)
tree4042e8e770cae9da271c90394192f8c3c6b8e975 /sys/acmenc/Makefile.am
parent5453883e639cd68c036145395996b133dfe0dcf9 (diff)
downloadgst-plugins-bad-4a7573c61a875f7a9dcc1e6f0c162d08923f228b.tar.gz
gst-plugins-bad-4a7573c61a875f7a9dcc1e6f0c162d08923f228b.tar.bz2
gst-plugins-bad-4a7573c61a875f7a9dcc1e6f0c162d08923f228b.zip
sys/acmenc/Makefile.am: Remove incorrect use of DIRECTSOUND_LDFLAGS
Original commit message from CVS: 2008-10-16 Michael Smith <msmith@songbirdnest.com> * sys/acmenc/Makefile.am: Remove incorrect use of DIRECTSOUND_LDFLAGS
Diffstat (limited to 'sys/acmenc/Makefile.am')
-rw-r--r--sys/acmenc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/acmenc/Makefile.am b/sys/acmenc/Makefile.am
index a3971e49..1902ea6e 100644
--- a/sys/acmenc/Makefile.am
+++ b/sys/acmenc/Makefile.am
@@ -5,5 +5,5 @@ libgstacmencsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS)
libgstacmencsink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-lgstriff-$(GST_MAJORMINOR) -lmsacm32
-libgstacmencsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
+libgstacmencsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)