diff options
author | Michael Smith <msmith@xiph.org> | 2008-10-16 16:18:31 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2008-10-16 16:18:31 +0000 |
commit | 4a7573c61a875f7a9dcc1e6f0c162d08923f228b (patch) | |
tree | 4042e8e770cae9da271c90394192f8c3c6b8e975 /sys/acmenc | |
parent | 5453883e639cd68c036145395996b133dfe0dcf9 (diff) |
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')
-rw-r--r-- | sys/acmenc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/acmenc/Makefile.am b/sys/acmenc/Makefile.am index a3971e49f..1902ea6e9 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)
|