diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sys/acmenc/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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), 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)
|