mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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
This commit is contained in:
parent
5453883e63
commit
4a7573c61a
2 changed files with 5 additions and 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),
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue