sys/acmenc/Makefile.am: Remove incorrect use of DIRECTSOUND_LDFLAGS
authorMichael Smith <msmith@xiph.org>
Thu, 16 Oct 2008 16:18:31 +0000 (16:18 +0000)
committerMichael Smith <msmith@xiph.org>
Thu, 16 Oct 2008 16:18:31 +0000 (16:18 +0000)
Original commit message from CVS:
2008-10-16  Michael Smith <msmith@songbirdnest.com>
* sys/acmenc/Makefile.am:
Remove incorrect use of DIRECTSOUND_LDFLAGS

ChangeLog
sys/acmenc/Makefile.am

index 7444385..57448a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-16  Michael Smith <msmith@songbirdnest.com>
+       * sys/acmenc/Makefile.am:
+         Remove incorrect use of DIRECTSOUND_LDFLAGS
+
 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
index a3971e4..1902ea6 100644 (file)
@@ -5,5 +5,5 @@ libgstacmencsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
        $(GST_PLUGINS_BASE_CFLAGS)\r
 libgstacmencsink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \\r
        -lgstriff-$(GST_MAJORMINOR) -lmsacm32\r
-libgstacmencsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)\r
+libgstacmencsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)\r
 \r